WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
11956
WebKit lacks support for "defer" keyword on preserveAspectRatio
https://bugs.webkit.org/show_bug.cgi?id=11956
Summary
WebKit lacks support for "defer" keyword on preserveAspectRatio
Eric Seidel (no email)
Reported
2006-12-24 06:41:14 PST
WebKit lacks support for "defer" keyword on preserveAspectRatio From the spec:
http://www.w3.org/TR/SVG/coords.html#PreserveAspectRatioAttribute
If the value of preserveAspectRatio on an 'image' element starts with 'defer' then the value of the preserveAspectRatio attribute on the referenced content if present should be used. If the referenced content lacks a value for preserveAspectRatio then the preserveAspectRatio attribute should be processed as normal (ignoring 'defer'). For preserveAspectRatio on all other elements the 'defer' portion of the attribute is ignored. This seems to be a very obscure corner of the spec. Support here will depend on actually having support for <image> tags which reference SVG files. It seems marking a preserveAspectRatio on an <image> as 'defer' means, that the implementation is supposed to parse the preserveAspectRatio out of the .svg file and use it in the context of the <image>.
Attachments
Add attachment
proposed patch, testcase, etc.
Dirk Schulze
Comment 1
2016-10-12 05:23:33 PDT
The keyword was removed from SVG2
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug