Side navigation
#7584 closed feature (wontfix)
Opened November 21, 2010 04:48AM UTC
Closed January 14, 2014 06:41PM UTC
SVG support metaticket
Reported by: | snover | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.next |
Component: | core | Version: | git |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Metaticket for supporting SVG in jQuery Core.
Attachments (0)
Change History (9)
Changed November 21, 2010 04:48AM UTC by comment:1
blockedby: | → 3116, 4705, 4850, 6007 |
---|---|
status: | new → open |
Changed November 21, 2010 04:48AM UTC by comment:2
blockedby: | 3116, 4705, 4850, 6007 → 3116, 4705, 6007 |
---|
Changed November 21, 2010 04:49AM UTC by comment:3
blockedby: | 3116, 4705, 6007 → 3116, 4705, 4850, 6007 |
---|
Changed February 05, 2011 01:11AM UTC by comment:4
component: | unfiled → core |
---|---|
milestone: | → 1.next |
version: | → git |
Changed April 17, 2011 12:13AM UTC by comment:5
resolution: | → patchwelcome |
---|---|
status: | open → closed |
As it turns out, as revealed during the jQuery 1.6 roadmap discussion, we're having a hard time finding people that care about implementing the changes necessary to fix SVG support in jQuery - and in a way that continues to work fast.
I'm going to be closing this (and other SVG-related tickets) as "patchwelcome". If you're interested, and have a pull request, please feel free to re-open.
Changed October 30, 2013 04:13PM UTC by comment:7
FYI this page still live: http://contribute.jquery.org/wont-fix/ (support issues with SVG/WML/etc).
Changed January 14, 2014 06:41PM UTC by comment:8
resolution: | patchwelcome |
---|---|
status: | closed → reopened |
Changed January 14, 2014 06:41PM UTC by comment:9
resolution: | → wontfix |
---|---|
status: | reopened → closed |
This ticket is being changed to wontfix
since it isn't our intent to support SVG in any first-class way. The wontfix page will be updated shortly.
jQuery is an HTML DOM library and despite the fact that SVG uses a similar XML syntax it has different semantics. If you want to manipulate SVG a library like Raphael is more appropriate.
That said, we will still attempt to address issues *related* to SVG that appear outside the SVG document itself, such as events that bubble into HTML-land like #13180.