Skip to content

Commit

Permalink
Fix the SVG circle on the Showcase page
Browse files Browse the repository at this point in the history
Fix #1182
  • Loading branch information
mortenpi committed Nov 17, 2019
1 parent 2cc16e1 commit 0a5b64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/DocumenterShowcase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function Base.show(io, ::MIME"image/svg+xml", c::SVGCircle)
write(io, """
<svg width="50" height="50">
<g style="stroke-width: 3">
<circle cx="20" cy="20" r="20" style="stroke: #$(c.stroke); fill: #$(c.fill)" />
<circle cx="25" cy="25" r="24" stroke-width="2" style="stroke: #$(c.stroke); fill: #$(c.fill)" />
</g>
</svg>
""")
Expand Down

0 comments on commit 0a5b64e

Please sign in to comment.