Closed
Bug 320623
Opened 20 years ago
Closed 20 years ago
overflow="visible" doesn't work on <marker>
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
People
(Reporter: jwatt, Assigned: longsonr)
Details
Attachments
(1 file)
|
8.83 KB,
patch
|
tor
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
Although style="overflow:visible" works, overflow="visible" does not. It should: from http://www.w3.org/TR/SVG/attindex.html, overflow applies to PresentationAttributes-Viewports which includes PresentationAttributes-All which includes 'marker'.
| Assignee | ||
Comment 1•20 years ago
|
||
I have tested this works with marker elements.
Symbol elements seem to work without this fix in firefox 1.5 though I don't understand how.
For pattern it seems not to do anything on the trunk. Does clipping need implementing for pattern elements on the trunk? If so that's probably a separate fix anyway.
Comment on attachment 207505 [details] [diff] [review]
merge overflow into style system for elements which support it
<symbol> works already because we do a full clone and replace <symbol> with <svg>.
Attachment #207505 -
Flags: review?(tor) → review+
| Assignee | ||
Updated•20 years ago
|
Attachment #207505 -
Flags: superreview?(jst)
Comment 3•20 years ago
|
||
Comment on attachment 207505 [details] [diff] [review]
merge overflow into style system for elements which support it
sr=jst
Attachment #207505 -
Flags: superreview?(jst) → superreview+
Checked in for Robert.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•