if (do_name() != 'Home') : ?>
endif ?>
Posted by Stefan G on Nov 01, 2008
The current context's transform can be accessed by _ctx._transform
You could do something like:
rotate(45) translate(40, 20) print _ctx._transform.transformPoint((10, 0))
Posted by jeff on Nov 01, 2008
include("util/comment.php"); ?>
great, thanks!
current transform?
Posted by jeff on Oct 31, 2008How can I access the current transform state? I'd like to be able to send a test point through the transform stack in order to find out where it will end up on the canvas.