Hi, while trying to make some animation with SVG I found there's some classes in HTML swc Any reason to have it there and not in Graphics? I can see as well another "Image" class
/Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/Basic/src/main/royale/org/apache/royale/svg/Image.as /Users/carlosrovira/Dev/Royale/Source/royale-asjs/frameworks/projects/HTML/src/main/royale/org/apache/royale/svg/elements/Image.as along with other classes like Rect, Circle, we have two versions one extending SVGBase and others GraphicShape So could someone let us know what's the objective of each set of classes? when is one recommended and when the other? Thanks El dom., 15 mar. 2020 a las 19:12, Carlos Rovira (<[email protected]>) escribió: > Hi Alex, > finally get to fix it. latest commit was wrong since I added to @media > -royale-swf > Now the example works right with maven :) > > El dom., 15 mar. 2020 a las 18:54, Carlos Rovira (<[email protected]>) > escribió: > >> Hi, >> >> I fixed some things that was bad configured, but still doesn't work. Will >> continue to see if I see something >> >> El dom., 15 mar. 2020 a las 18:30, Carlos Rovira (< >> [email protected]>) escribió: >> >>> Hi Alex, >>> >>> just saw it, and added it. Thanks for suggesting that. That's in fact a >>> bug >>> But I trying it and still the problem persists >>> I think the problem is CSS is in graphics, but Image is in Basic, so >>> that rules, should be in Basic, going to try that now >>> >>> El dom., 15 mar. 2020 a las 18:27, Alex Harui (<[email protected]>) >>> escribió: >>> >>>> I just took a quick look and don't see the defaults.css in the SWC. >>>> Hopefully you can figure out how to adjust the pom so that it gets >>>> included. >>>> >>>> -Alex >>>> >>>> On 3/15/20, 9:34 AM, "Alex Harui" <[email protected]> wrote: >>>> >>>> >>>> >>>> On 3/15/20, 5:20 AM, "Carlos Rovira" <[email protected]> >>>> wrote: >>>> >>>> Hi Alex, >>>> >>>> just uploaded the blog example that shows the SVG css behaviour >>>> can you take a look of what could be the problem? >>>> >>>> I can't guarantee when I will have time to look into it. Maybe >>>> someone else can. Did you verify that the Graphics.SWC has the CSS in it? >>>> >>>> -Alex >>>> >>>> >>>> >>>> >>>> >>> >>> -- >>> Carlos Rovira >>> http://about.me/carlosrovira >>> >>> >> >> -- >> Carlos Rovira >> http://about.me/carlosrovira >> >> > > -- > Carlos Rovira > http://about.me/carlosrovira > > -- Carlos Rovira http://about.me/carlosrovira
