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
aeffcab8
Commit
aeffcab8
authored
Aug 23, 2017
by
Fr33dan
Committed by
mrbean-bremen
Dec 20, 2018
Browse files
Fix whitespace back the way it was before I started
parent
7a33c828
Changes
1
Hide whitespace changes
Inline
Side-by-side
Source/SvgDocument.cs
View file @
aeffcab8
...
@@ -443,11 +443,11 @@ namespace Svg
...
@@ -443,11 +443,11 @@ namespace Svg
this
.
Render
(
renderer
);
this
.
Render
(
renderer
);
}
}
/// <summary>
/// <summary>
/// Renders the <see cref="SvgDocument"/> and returns the image as a <see cref="Bitmap"/>.
/// Renders the <see cref="SvgDocument"/> and returns the image as a <see cref="Bitmap"/>.
/// </summary>
/// </summary>
/// <returns>A <see cref="Bitmap"/> containing the rendered document.</returns>
/// <returns>A <see cref="Bitmap"/> containing the rendered document.</returns>
public
virtual
Bitmap
Draw
()
public
virtual
Bitmap
Draw
()
{
{
//Trace.TraceInformation("Begin Render");
//Trace.TraceInformation("Begin Render");
...
...
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