Closed Bug 1542304 Opened 5 years ago Closed 5 years ago

Atribute vector-effect="non-scaling-stroke" for SVG circle messes up initial render

Categories

(Core :: SVG, defect)

66 Branch
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1538666

People

(Reporter: vladislav.zalesak, Unassigned)

Details

Attachments

(1 file)

Attached image bugzilla_01.png

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0

Steps to reproduce:

On https://www.rapidtables.com/web/tools/svg-viewer-editor.html
create new SVG:

<svg xmlns="http://www.w3.org/2000/svg" width="400" height="400" version="1.1">
<g>
<circle r="31" cx="50" cy="50" stroke="#DB061F" stroke-width="2" vector-effect="non-scaling-stroke" stroke-opacity="1" fill="none"/>
</g>
</svg>

Render using "View SVG Code" button (3rd one)

Actual results:

Renders incomplete Circle with it being "broken" at about 3 and 6 o clock, lines continuing towards ~ 11 clock

Expected results:

Renders complete, normal circle

Component: Untriaged → SVG
Product: Firefox → Core
Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: