summaryrefslogtreecommitdiff
path: root/lulua/render.py
AgeCommit message (Collapse)AuthorFilesLines
2019-11-03render: Add AnySoftKeyboard layout file rendererLars-Dominik Braun1-2/+74
2019-11-02render: Improve generated SVG compatibilityLars-Dominik Braun1-43/+66
Switch to proper SVG user coordinate rendering instead of font-dependent sizes. Embed WOFF2 fonts, so images have proper fonts when embedded. Remove font blobs and submodule IBM’s plex git repo.
2019-10-06render: Prepend RLI before characterLars-Dominik Braun1-1/+2
This helps Firefox flip brackets. Oddly, direction=rtl does not do that. Google Chrome does not support RLI/ALM in SVGs?
2019-09-30render: Add text shadowLars-Dominik Braun1-25/+32
Improves legibility when rendering heatmaps
2019-09-30stats/render: Add keyboard heatmap renderingLars-Dominik Braun1-4/+33
2019-09-30render: Move default SVG stylesheet to external resourceLars-Dominik Braun1-54/+9
2019-09-29render: Add basic keyman supportLars-Dominik Braun1-0/+36
Works for simple keyboards only.
2019-09-29render: Switch to subparser arg parsingLars-Dominik Braun1-126/+136
2019-09-28analyze: Customizeable triadfreq outputLars-Dominik Braun1-22/+3
Add commandline args to triadfreq.
2019-09-17Initial importLars-Dominik Braun1-0/+353