From: Kouhei S. <ko...@co...> - 2005-06-07 01:53:47
|
須藤です. Art::MOVETO, Art::MOVETO_OPEN, Art::LINETOのときのArt::Bpath の使いかたが間違っているようです. Libartのドキュメント(*)では以下のように書いています. For the ART_MOVETO, ART_MOVETO_OPEN, and ART_LINETO path codes, only the x3 and y3 fields are used. (*) http://www.levien.com/libart/bpath.html ということで,Art::MOVETO, Art::MOVETO_OPEN, Art::LINETOのと きはx1, y1ではなくてx3, y3を使うべきだと思います. |