Hi!

I want to try some basic Cairo programming in java, and downloaded the
4.0.17 rc2 packages.

When I try something basic, for example

ImageSurface surface = new ImageSurface(Format.ARGB32, 200, 200);
 Context cr = new Context(surface);
cr.setSource(0.0, 0.0, 0.0);
cr.moveTo(25.0, 25.0);
cr.lineTo(50.0, 100.0);
cr.stroke();

i get errors because CairoAntialias, CairoContent etc where constants are
defined can't be found.

Where can I find these constant files?


Regards / Jonas
------------------------------------------------------------------------------
Achieve Improved Network Security with IP and DNS Reputation.
Defend against bad network traffic, including botnets, malware, 
phishing sites, and compromised hosts - saving your company time, 
money, and embarrassment.   Learn More! 
http://p.sf.net/sfu/hpdev2dev-nov
_______________________________________________
java-gnome-developer mailing list
java-gnome-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/java-gnome-developer

Reply via email to