AS3SVGRenderer icon indicating copy to clipboard operation
AS3SVGRenderer copied to clipboard

An AS3 SVG Renderer for Flash Player.

Results 20 AS3SVGRenderer issues
Sort by recently updated
recently updated
newest added

Hello? It's my second issue. The problem is that SVGRenderer doesn't render exactly like below: " " I tested it on browser (ex:FireFox 30.0) and It shows dashed-line exactly. This...

I might not cover all the use cases but it seems that these properties have to be used differently for UseElements or they have to be applied after transform: The...

SVG object is drawn about 25% smaller than the actual size. see this photo please: http://imageshack.com/a/img203/5676/gqrf.jpg The first line in the photo is drawn by my own SVG parser. The...

I don't know if I should post any SVG parsing errers but here's what I found. I can't not post any svg tags here. So check the dropShadow filter in...

Hello! Thank you for this library. I'm trying to use it to create "coloring-book", and need your help) How can I fill some element with color or bitmap? Thank you...

Hello, how can i get a list of elements of an SVG when selecting it. i can see in com.lorenz.SVG.display.SVG the "numElements" but i dont know how to access them!...

When 'fill' or 'stroke' attributes == 'currentColor', then it should take value from 'color' attribute. http://www.w3.org/TR/SVG/painting.html#SpecifyingPaint

I am a AS3 beginner and AS3SVGRenderer runs successfully when I test it separately (see below). ![q-good](https://f.cloud.github.com/assets/4381248/824112/d27ad82e-f036-11e2-8497-fac8a76c7856.jpg) package { import flash.display.Sprite; import com.lorentz.SVG.display.SVGDocument; import com.lorentz.processing.ProcessExecutor; public class trySVG extends Sprite{...

The "manual scaling and centering" example is not working when you remove the width and height from [SWF(width="800", height="600")] in order to get a 100% height/width Flash movie.

Simplest way to outline text - use GlowFilter. But it is not universal solution. For example it cannot give for us gradient outline. PS: Copy of issue 38 on google...