Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ImportedProjects
SVG
Commits
7e3424cb
Commit
7e3424cb
authored
11 years ago
by
Tebjan Halm
Browse files
Options
Download
Email Patches
Plain Diff
fixed typo
parent
dae7f3bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Source/SvgDefinitionDefaults.cs
+2
-2
Source/SvgDefinitionDefaults.cs
with
2 additions
and
2 deletions
+2
-2
Source/SvgDefinitionDefaults.cs
+
2
-
2
View file @
7e3424cb
...
...
@@ -22,8 +22,8 @@ namespace Svg
_defaults
[
"clip-rule"
]
=
"nonzero"
;
_defaults
[
"transform"
]
=
""
;
_defaults
[
"
r
x"
]
=
"0"
;
_defaults
[
"
r
y"
]
=
"0"
;
_defaults
[
"
c
x"
]
=
"0"
;
_defaults
[
"
c
y"
]
=
"0"
;
_defaults
[
"fill"
]
=
"Black"
;
_defaults
[
"fill-opacity"
]
=
"1"
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help