Skip to content
GitLab
Menu
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
c4bb1193
Commit
c4bb1193
authored
Nov 12, 2013
by
Tebjan Halm
Browse files
accidently commited a testcode for issue #31
parent
7cc5aff4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/SvgElement.cs
View file @
c4bb1193
...
...
@@ -420,7 +420,7 @@ namespace Svg
var
forceWrite
=
false
;
if
((
attr
.
Attribute
.
Name
==
"fill"
)
&&
(
Parent
!=
null
))
{
if
(
propertyValue
==
SvgColourServer
.
NotSet
||
propertyValue
==
SvgPaintServer
.
None
)
continue
;
if
(
propertyValue
==
SvgColourServer
.
NotSet
)
continue
;
object
parentValue
;
if
(
TryResolveParentAttributeValue
(
attr
.
Attribute
.
Name
,
out
parentValue
))
...
...
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