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
e93982b3
Commit
e93982b3
authored
Jan 12, 2018
by
Claus Andersen
Committed by
mrbean-bremen
Dec 18, 2018
Browse files
Fixed bug causing SvgFont objects to be drawn as if they were ordinary paths.
parent
835d2cfd
Changes
1
Show whitespace changes
Inline
Side-by-side
Source/Text/SvgFont.cs
View file @
e93982b3
...
...
@@ -51,5 +51,8 @@ namespace Svg
{
return
base
.
DeepCopy
<
SvgFont
>();
}
protected
override
void
Render
(
ISvgRenderer
renderer
)
{
}
}
}
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