[Webkit-unassigned] [Bug 227897] New: consider removing support for removed SVG properties

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 23:31:33 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=227897

            Bug ID: 227897
           Summary: consider removing support for removed SVG properties
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: heycam at apple.com
                CC: zimmermann at kde.org

There are four properties that were removed from the SVG 2 spec, and which are not supported in other browsers:

* color-profile -- we recognize the property but don't do anything with it
* color-rendering -- we parse and expose this but don't do anything else with it
* glyph-orientation-horizontal -- we do use this in our SVG text layout
* kerning -- we do use this too in our SVG text layout

Don't see why we shouldn't remove the first two, and we should probably try to remove the second two as well.  (The text-orientation and letter-spacing properties are the official replacements for glyph-orientation-horizontal and kerning.)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210713/9d7fa798/attachment.htm>


More information about the webkit-unassigned mailing list