commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] [bug #13002] java.awt.BasicStroke.createStrokedShape is a si


From: Sven de Marothy
Subject: [commit-cp] [bug #13002] java.awt.BasicStroke.createStrokedShape is a silent stub
Date: Thu, 12 May 2005 13:42:47 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040922

Follow-up Comment #1, bug #13002 (project classpath):

Robert: This is correct. BasicStroke is necessary to be able to set the
stroke type. 

However, in our implementation createStrokedShape() isn't necessary because
Cairo already supports the same stroke types that BasicStroke does. (both
are, in turn a rip-off of PostScript stroking ;-)) 

What we need to do to implement this is to either port the cairo stroking
code to java (createStrokedShape should be consistent with Cairo is stroking,
so what we return matches what's drawn), or call the cairo stroker and convert
the cairo path to a Shape object and return that. In any case, the Cairo
stroker had some bugs the last time I looked, so this isn't at the top of my
TODO list.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=13002>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]