tikz viewport/clipping
So I'm building a "flipbook animation" using tikz. Where each tikzpicture is a single page, and objects should be aligned across different pages.
Now, the problem I'm running into is -- depending on the size / location of border objects, the size of my tikzpicture changes, and as a result, it's placement in the page also changes.
Is there someway to tell Tikz the follows:
I want you to
render everything in the rectangular region with x1 <= x <= x2, and y1 <= y2 < y2
always output a picture of size (x2-x1) x (y2-y1)
So I'm building a "flipbook animation" using tikz. Where each tikzpicture is a single page, and objects should be aligned across different pages.
Now, the problem I'm running into is -- depending on the size / location of border objects, the size of my tikzpicture changes, and as a result, it's placement in the page also changes.
Is there someway to tell Tikz the follows:
I want you to
render everything in the rectangular region with x1 <= x <= x2, and y1 <= y2 < y2
always output a picture of size (x2-x1) x (y2-y1)
No comments:
Post a Comment