-
31 Mar 2011 2:15 PM #1
[OPEN-EXTJSIV-572][B1] Draw Component misses filters
[OPEN-EXTJSIV-572][B1] Draw Component misses filters
While working on SVG with draw component, i'm not able to apply filters.
This is a standard filter form SVG:
or with given rectCode:<filter inkscape:collect="always" id="filter3812"> <feGaussianBlur inkscape:collect="always" stdDeviation="2.67857143" id="feGaussianBlur3814" /> </filter>
Usage is the same as with gradients in path items:Code:<filter inkscape:collect="always" x="-0.047612153" width="1.0952243" y="-0.1651314" height="1.3302628" id="filter5054"> <feGaussianBlur inkscape:collect="always" stdDeviation="2.4150039" id="feGaussianBlur5056" /> </filter>
Code:filter: url(#filter5054)
vg Steffen
--------------------------------------
Release Manager of TYPO3 4.5
energlobe.de - german online magazine
-
31 Mar 2011 4:57 PM #2Sencha - Sencha Touch Dev Team
- Join Date
- Mar 2007
- Location
- Redwood City, California
- Posts
- 3,652
- Vote Rating
- 14
How would this work with VML?
-
1 Apr 2011 12:03 AM #3
i don't know, but i'm sure there is a equivalent. The only filter i saw is the gauss one.
Here is a svg using the filters:
http://codinginparadise.org/projects...-files/car.svgvg Steffen
--------------------------------------
Release Manager of TYPO3 4.5
energlobe.de - german online magazine
-
1 Apr 2011 12:22 AM #4
Here is one resource i found that sums it up very nice. There is also mentioned the silverlight equivalents and the limits.
http://electricbeach.org/?p=950
And here is the svgweb demo that shows the sporty car with svg and with flash:
http://codinginparadise.org/projects...orceflash=true
I think the svgweb project is very interesting as it aims the same: render svg with ability of the given browser. Their fallback is flash for non-svg browsers, and they have nice examples, also using videos with animations. A cool project with a lot of inspirations.vg Steffen
--------------------------------------
Release Manager of TYPO3 4.5
energlobe.de - german online magazine
Thank you for reporting this bug. We will make it our priority to review this report.
Similar Threads
-
[FIXED-EXTJSIV-223] Radar chart misses scaling
By steffenk in forum Ext:BugsReplies: 3Last Post: 5 Jun 2011, 12:28 PM -
[CLOSED-EXTJSIV-571]nested component text truncation
By rchloupe in forum Ext:BugsReplies: 4Last Post: 12 Apr 2011, 6:49 AM -
[FIXED-EXTJSIV-445] Ext.draw.Component: Render Items Config not rendered right
By Nickname in forum Ext:BugsReplies: 5Last Post: 29 Mar 2011, 8:45 AM -
[PR4] [VML][FIXED-EXTJSIV-163] Crash when I draw more than 27 draw.Components
By johanhaest in forum Ext:BugsReplies: 1Last Post: 18 Mar 2011, 9:35 AM -
[OPEN-EXTJSIV-157] Ext.draw.Component viewbox issue
By 4CastRisk in forum Ext:BugsReplies: 1Last Post: 17 Mar 2011, 4:16 PM


Reply With Quote