Skip to content

Commit

Permalink
Merge branch 'master' of github.com:boeckhoff/TactileCalendar
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliusCosmoRomeo committed Jun 20, 2017
2 parents 746d767 + fb9cfb2 commit d8cb594
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Binary file added renders/calendar.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions renders/calendar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ var svgTop = d3.select("body")

var svg = svgTop
.append("svg")
.attr("version", 1.1)
.attr("xmlns","http://www.w3.org/2000/svg")
.attr("xmlns:xlink", "http://www.w3.org/1999/xlink")
.attr("width", paperWidth)
.attr("height", paperHeight-paperA4Yoffset)
.attr("id","svg")
Expand Down

0 comments on commit d8cb594

Please sign in to comment.