Opened 14 years ago
Closed 13 years ago
#3435 closed enhancement (wontfix)
patch for dojox.gfx to support alpha levels in gradient stops
Reported by: | dante | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | gfx (svg+vml) | Version: | 0.9 |
Keywords: | svg gfx stop-opacity in stop node | Cc: | |
Blocked By: | Blocking: |
Description
w3 says the property stop-opacity is available with svg ... this adds support for the stop colors to have opacity. only svg, i haven't looked at vml, nor did i double-check defaultRadialGradient to see if it supports stop-opacity.
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | dojox.gfx.patch added |
---|
comment:1 Changed 14 years ago by
Status: | new → assigned |
---|---|
Type: | defect → enhancement |
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
VML doesn't support a "per value" transparency for gradients. It is possible to specify one value (the final one) as transparent, but it is still acts bizarre. To sum it up --- gradients with varying transparency are not possible in VML except for some corner cases.
Note: See
TracTickets for help on using
tickets.
the patch ...