Commit aeffcab8 authored by Fr33dan's avatar Fr33dan Committed by mrbean-bremen
Browse files

Fix whitespace back the way it was before I started

parent 7a33c828
...@@ -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");
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment