Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2126)

Issue 561460044: SVG: Permit 'e' to appear in SVG font glyph paths (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
4 years, 2 months ago by hahnjo
Modified:
3 years, 12 months ago
Reviewers:
lemzwerg
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

SVG: Permit 'e' to appear in SVG font glyph paths The definition of 'glyph-path-regexp' will only match a <path d="..."> element if the contents of the 'd' attribute do not include the letter e. But the SVG spec permits coordinates to be given in C-style exponential notation such as 9.8e-5. If a glyph in an SVG font uses that ability, extract-glyph will fail, and the glyph will be silently omitted from the output file. by Simon Tatham <anakin@pobox.com> Follow-up: Also allow '+Aa,' in SVG path descriptions See https://www.w3.org/TR/2011/REC-SVG11-20110816/paths.html#PathDataBNF Note that - must be first in the character class or it will specify a range of characters (as the first version of this patch did).

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M scm/output-svg.scm View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1
lemzwerg
4 years, 2 months ago (2020-02-21 16:14:21 UTC) #1
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b