This repository was archived by the owner on Nov 22, 2024. It is now read-only.
Commit 9cf641a
authored
Fix rendering of Line to svg
The closing quote of the stroke attribute for the Line element had no space between it as the next element, stroke-width. This was causing the SVG to be malformed.
This commit fixes the spacing between the stroke and stroke-width attributes when rendering a Line.1 parent 884fc42 commit 9cf641a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
0 commit comments