Proof of Care in the Age of A.I
3 hours ago
- #Handwriting Digitalization
- #Copy-Paste Optimization
- #SVG Creation
- The author manually wrote the content and took photographs of the pages.
- To make the text copy-pasteable, an SVG file was created with a text overlay using Barlow Condensed – Italic Condensed font to match handwriting.
- Spacing was managed with backticks for narrow spaces (removed via JavaScript) and multiple spaces collapsed into one.
- Hyperlinks were added using Inkscape's Create Anchor functionality.
- Post-processing included embedding fonts with CSS, replacing backticks with Six-per-em Space characters, and updating image filepaths to URLs.
- The SVG was inserted as an <svg> element directly into HTML, as using <object> would prevent JavaScript copy event triggering.