iand / draw2d

A Fork of code.google.com/p/draw2d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MiterJoin doesn't work

GoogleCodeExporter opened this issue · comments

It appears that MiterJoin doesn't do anything at all. From reading the source 
code, if the Join style is not RoundJoin or BevelJoin, then the Joiner returned 
is the RoundJoiner. Although in my case, RoundJoin doesn't seem to work either 
(I always get a bevel).

Original issue reported on code.google.com by ke...@sb.org on 27 Oct 2013 at 10:22

Actually cap styles don't seem to do anything either.

Original comment by ke...@sb.org on 27 Oct 2013 at 10:34