Olumide
unread,Dec 15, 2010, 11:54:32 PM12/15/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Sketch Users
Possibly a bug -- or a feature. I'm often guilty of not reading the
docs well carefully. The following bit of Sketch code with lay=over
polygon[linewidth=0mm,fillcolor=gray,lay=over]
(-5.291316,-2.379534,3.715721)(-4.976537,-1.659008,3.715722)
(-5.394122,-1.680024,3.715721)
compiles into (Note: no fillstyle)
\pspolygon[linewidth=0mm,fillcolor=gray](-5.291,-2.38)(-4.977,-1.659)
(-5.394,-1.68)
Whereas the following a non-layered version of the same sketch command
i.e.
polygon[linewidth=0mm,fillcolor=gray](-5.291316,-2.379534,3.715721)
(-4.976537,-1.659008,3.715722)(-5.394122,-1.680024,3.715721)
compiles into. Note fillstyle=solid
\pspolygon[linewidth=0mm,fillcolor=gray,fillstyle=solid](-5.291,-2.38)
(-4.977,-1.659)(-5.394,-1.68)
- Olumide