Show HN: A graph paper generator that renders vector PDFs in the browser
11–20 of 27 posts
Re: Show HN: A graph paper generator that renders vector PDFs in the browser
#12Re: Show HN: A graph paper generator that renders vector PDFs in the browser
#13I 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…
Re: Show HN: A graph paper generator that renders vector PDFs in the browser
#14Any chance that a pentagon pattern could be added?
There's other pentagon tiling though: https://en.wikipedia.org/wiki/Pentagonal_tiling
Re: Show HN: A graph paper generator that renders vector PDFs in the browser
#15Re: Show HN: A graph paper generator that renders vector PDFs in the browser
#16I 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…
Re: Show HN: A graph paper generator that renders vector PDFs in the browser
#17Re: Show HN: A graph paper generator that renders vector PDFs in the browser
#18Re: Show HN: A graph paper generator that renders vector PDFs in the browser
#19I 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…