Skip to content

Commit

Permalink
New tag and example
Browse files Browse the repository at this point in the history
  • Loading branch information
w4nderlust committed Feb 10, 2016
1 parent a3dcc9e commit f701697
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
3 changes: 1 addition & 2 deletions SkolpTiles.pde
Original file line number Diff line number Diff line change
Expand Up @@ -882,8 +882,7 @@ void drawPdf() {
}
}

pdf.shapeMode(CENTER);
pdf.shape(skolptiles_tag, (viewport_width / 2.0) + pdfBorder, viewport_height + (2.5 * pdfBorder));
pdf.shape(skolptiles_tag, pdfBorder, viewport_height + (2 * pdfBorder));

pdf.dispose();
pdf.endDraw();
Expand Down
Binary file added example_7.ser
Binary file not shown.
19 changes: 15 additions & 4 deletions skolptiles_tag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f701697

Please sign in to comment.