zhangtaoeasy / birdeye

Automatically exported from code.google.com/p/birdeye
0 stars 0 forks source link

Degrafa 3.1 : missing classes #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

As radarcharts aren't available in the compiled swc ( they are in the source ), 
i tried to compile the entire library up into a new swc. 

However, while trying to do this i saw that some of the degrafa classes where 
missing. 

So after doing some research i realized that you are providing an old version 
of degrafa ( 3.1 ), there newer version ( 3.2 ) however does have these 
classes. 

One of these classes is RadarTextPlus ( geometry package ) 

Quick Fix : 

Download the 3.2 swc file from the degrafa googlecode page. Delete the degrafa 
3.1 swc and compile everything up with the new 3.2 swc :)

Original issue reported on code.google.com by nmb.pet...@gmail.com on 18 May 2011 at 12:03