Any chance that a pentagon pattern could be added?
Show HN: A graph paper generator that renders vector PDFs in the browser
21–27 of 27 posts
Re: Show HN: A graph paper generator that renders vector PDFs in the browser
#22Re: Show HN: A graph paper generator that renders vector PDFs in the browser
#23Very cool. However, on Safari, in the Mac, I don't see any graph on the first two (standard North-South/East-West graph). I do see the isometric and hexagonal ones, though. Maybe the lines are too thin/light.
It's a really nicely-done utility.
Thanks!
Re: Show HN: A graph paper generator that renders vector PDFs in the browser
#24Re: Show HN: A graph paper generator that renders vector PDFs in the browser
#25Re: Show HN: A graph paper generator that renders vector PDFs in the browser
#26I got tired of graph-paper sites that print at the wrong scale, hide the PDF behind a signup, or slap a watermark on it. So I built one that's free, has no login, and prints true-to-scale. The interesting part for me was the architecture: a single pure function buildPaper(config) emits geometric primitives (lines / circles / text), and everything is derived from it - the on-screen SVG preview, the in-browser PDF, and…
is there a way to export the .svg so i can load them into a plotter to make the graph paper? Since you've expended all the effort to ensure proper sizing and whatnot. It even looks like it has the same margins as my plotter!