Pikchr

Timeline
Login

6 check-ins related to "pikchr-src-in-metadata"

2020-09-15
13:24
Include the source text in the generated output if the PIKCHR_INCLUDE_SOURCE flag is provided to the pikchr() routine. Make that flag discoverable by makeheaders. Futher interface improvements are pending. (check-in: 8fa7c91a51 user: drh tags: trunk)
2020-09-14
20:38
Merged in trunk. Changed pikchr svg metadata namespace URL to point to grammar.md. Lowercased namespace metadata XML nodes based on advice from around the net on the topic vis a vis compatibility with HTML5. (Closed-Leaf check-in: 4860729b9c user: stephan tags: pikchr-src-in-metadata)
19:21
In the grammar documentation, make "object-class" a new non-terminal, rather than a token class. This provides the opportunity to add "Info" links on each class for more information. (check-in: f1a7b5b9a8 user: drh tags: trunk)
07:13
Added a class attribute to the pikchr:src metadata node because JS does not seem to be able to select namespace-qualified nodes by node name. (Edit: not needed - branching off and closing it.) (check-in: d5f7032b0c user: stephan tags: mistake)
06:56
Added Pik::mFlags, set via pikchr()'s 3rd arg. Added original pikchr source code in a metadata tag, which survives loading and re-saving via inkscape. That needs to be fixed to only emit when a certain flag is set, but how to properly add such flags to the public API is not clear. (check-in: ac8d73bc6a user: stephan tags: pikchr-src-in-metadata)
06:50
Fixed another snprintf() warning from gcc and added a missing space before a style attribute upon which my local SVG viewer choked. (check-in: 42f0c4c6eb user: stephan tags: trunk)