Hi Michal, The drawing API used in that example is no longer supported in Pivot 2.0. However, it is still possible to generate the same type of drawings using Java2D (immediate mode rendering) or SVG.
It is also possible to restore support for the Pivot scene graph API, though this would probably best be done as a separate project (i.e. not included in the platform itself). If you are interested in creating such a project, I would be willing to help get it started, though I will most likely not be able to provide ongoing support for it. G On Nov 2, 2010, at 4:27 PM, Michal Margiel wrote: > Hello, > is it still possible to draw images with code like on this demo from 1.5 > [1], or we are left now with loading svg (and other formats ) files only ? > > [1] http://pivot.apache.org/tutorials/drawing.html > > 2010/11/2 Greg Brown <[email protected]> > >> FYI, I have added a document to the wiki that outlines the major changes >> between 1.5.x and 2.0: >> >> >> https://cwiki.apache.org/confluence/display/PIVOT/Major+Feature+Changes+Between+1.5.x+and+2.0 >> >> Hope you find it useful. Let me know if you have any questions. >> >> Greg >> >> > > > -- > Pozdrawiam/Best regards > MichaĆ Margiel > > http://www.javarsovia.pl > http://www.linkedin.com/in/MichalMargiel > http://poligloci.margiel.eu
