The vector-effect: non-scaling-stroke does not work as expected when used inside a foreignObject
Categories
(Core :: SVG, defect)
Tracking
()
People
(Reporter: ijcuevas2, Unassigned)
Details
Attachments
(1 file)
|
1.33 KB,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36
Steps to reproduce:
- Create an SVG within a foreign object
- Within the foreign object, add another SVG
- In the SVG, add a path with vector-effect: non-scaling-stroke.
Actual results:
The vector-effect: non-scaling-stroke does not work on an SVG path inside a foreignObject.
Expected results:
I would expect vector-effect: non-scaling-stroke on an SVG path to work the same if used in an SVG outside a foreignObject and inside a foreignObject.
Comment 1•6 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Comment 2•6 years ago
|
||
The priority flag is not set for this bug.
:dholbert, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 3•6 years ago
|
||
It works just the same. The outer svg element has a viewBox in one case and doesn't in the other so it's not the same test.
Updated•6 years ago
|
Description
•