Bug 139154 - Dynamic changes to an SVG element for a given ID should should be reflected in marker
Summary: Dynamic changes to an SVG element for a given ID should should be reflected i...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BrowserCompat, InRadar
Depends on:
Blocks:
 
Reported: 2014-12-01 14:33 PST by Said Abou-Hallawa
Modified: 2023-08-31 15:15 PDT (History)
3 users (show)

See Also:


Attachments
esting that dynamic changes to the element for a given ID are reflected in marker (1.08 KB, image/svg+xml)
2014-12-01 14:33 PST, Said Abou-Hallawa
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Said Abou-Hallawa 2014-12-01 14:33:00 PST
Created attachment 242344 [details]
esting that dynamic changes to the element for a given ID are reflected in marker

Open the attached file. The whole page should be displayed in lime color.

When changing the marker-end attribute of an SVG element like <line> or <path> through the DOM interface, this should be reflected in a new drawing for the SVG element.

NOTE: The attached file is an imported Mozilla test for svg.
Comment 1 Radar WebKit Bug Importer 2014-12-01 14:33:25 PST
<rdar://problem/19106957>
Comment 2 Ahmad Saleem 2023-08-31 15:15:49 PDT
WebKit ToT (267523@main) shows 'red' while Chrome Canary 118 and Firefox Nightly 118 show 'lime' color.

Adding 'BrowserCompat' tag.