--
You received this message because you are subscribed to the Google Groups "Sketch Users" group.
To post to this group, send email to sketch...@googlegroups.com.
To unsubscribe from this group, send email to sketch-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sketch-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "Sketch Users" group.
To post to this group, send email to sketch...@googlegroups.com.
To unsubscribe from this group, send email to sketch-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sketch-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "Sketch Users" group.
To post to this group, send email to sketch...@googlegroups.com.
To unsubscribe from this group, send email to sketch-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sketch-users?hl=en.
When you specified 'lay=over' for the dots, Sketch outputs first the
rest of the drawings (here, the polygons). The dots are left at the
end of the file, i.e. they are drawn over all other objects).
TikZ/PST draws all the objects in sequential order (in the order they
appear in the input file). Sketch reorders them with the Painter's
algorithm.
In some cases (with cull=true), Sketch will remove some polygons from
the output, because it assumes that other polygons will cover them
completely. That's an optimization (and I never use it, although the
Sketch manual says I should).