Skip to content

Commit

Permalink
added documentation for graphics elements (polygon arcs and symbol pins)
Browse files Browse the repository at this point in the history
  • Loading branch information
ubruhin committed Aug 5, 2015
1 parent ba45ce5 commit 78e115f
Show file tree
Hide file tree
Showing 5 changed files with 22,565 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dev/graphics/convert.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

# Note: the PDF files must be created "by hand" (e.g. with the print-to-pdf feature of LibreCAD)

mkdir -p png

for f in *.pdf
do
convert -density 600 -trim -border 100x100 -bordercolor White "$f" "png/`basename "$f" .pdf`.png"
# rm "$f"
done
Binary file added dev/graphics/png/polygon_arcs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dev/graphics/png/symbol_pins.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 78e115f

Please sign in to comment.