Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 6207654

Browse files
Correct viewport attribute casing (runtime error)
1 parent ad3d49d commit 6207654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactGUI/StrokeWidthPicker.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = createReactClass
3535
{
3636
width: buttonSize-2
3737
height: buttonSize-2
38-
viewPort: "0 0 #{strokeWidth} #{strokeWidth}"
38+
viewport: "0 0 #{strokeWidth} #{strokeWidth}"
3939
version: "1.1"
4040
xmlns: "http://www.w3.org/2000/svg"
4141
},

0 commit comments

Comments
 (0)