Opened 15 years ago
Closed 14 years ago
#275 closed defect (invalid)
[widget engine] svg defs as a part of widget templates
Reported by: | dylan | Owned by: | Tom Trenka |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | gfx (svg+vml) | Version: | 0.2 |
Keywords: | svg | Cc: | |
Blocked By: | Blocking: |
Description
With svg widgets, it is often desirable to include things like gradients in a <defs> element. This doesn't really work with the existing widget system, so we need to decide if/how we want to handle things that might be appropriately included in defs.
Change History (7)
comment:1 Changed 15 years ago by
Owner: | changed from anonymous to Tom Trenka |
---|
comment:2 Changed 15 years ago by
Owner: | changed from Tom Trenka to anonymous |
---|---|
Status: | new → assigned |
comment:3 Changed 15 years ago by
Milestone: | 0.3release → 0.4 |
---|---|
Owner: | changed from anonymous to Tom Trenka |
Status: | assigned → new |
Not sure how anonymous got this back but re-assigning to myself and punting to 0.4.
comment:4 Changed 14 years ago by
Summary: | svg defs as a part of widget templates → [widget engine] svg defs as a part of widget templates |
---|
comment:5 Changed 14 years ago by
Component: | General → gfx (svg+vml) |
---|---|
Milestone: | 0.4 → 0.7 |
The original intention of the ticket was to pursue/investigate whether or not it would be worth it to implement an SVG widget template system based on SVG's ability to define "sprite" using the defs element. Given that VML works in a completely different way--and that we've since gone the way of gfx--I'm punting until v. 0.7 or so.
comment:7 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Going to close this; I don't think Dijit will be implementing anything like this, and using DojoX GFX is a programmatic thing only.
I think the big question here is whether or not an SVG widget is a full SVG "document"; from the work I've done with FF it would seem that this needs to be the case.
However, we need to address the use of SVG templates within the system as well--I know you got this working but there's been some work done by Bill that may or may not affect it?