[squeak-dev] Re: Bezier filled shape rendering artifacts

Igor Stasenko siguctua at gmail.com
Mon Mar 24 14:13:57 UTC 2008


I found it, (typed SWG in search :)

Your script not works.
There is no #fromFileStream: at class side.

I used following:

|doc|
doc:= XMLDOMParser parseDocumentFrom:
'http://squeak.cobss.ch/JSesh/resources/glyphs/varia/Y4.svg'
  asUrl retrieveContents contentStream.
(SVGMorph new createFromSVGDocument: doc) openInWorld

in result i got a tiny morph with little image in top-left corner of
screen. Once i trying to move it, image disappears, and if move back -
it appears again. Looks like it's doesn't handle well coordinates.

-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list