Issue 108908 - basegfx: d="M .4,.3" legal ?
Summary: basegfx: d="M .4,.3" legal ?
Status: ACCEPTED
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: DEV300m71
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-03 15:20 UTC by caolanm
Modified: 2013-01-29 21:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
hackaround (651 bytes, patch)
2010-02-03 15:22 UTC, caolanm
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description caolanm 2010-02-03 15:20:10 UTC
cmc->thb: is a svg path of e.g. d="M .4,.3 C .3,.4 .3,.6 .4,.7" legal, i.e.
floating point coords with no prefixed 0 ?

importFromSvgD in basegfx doesn't like it anyway. hack attached
Comment 1 caolanm 2010-02-03 15:22:51 UTC
Created attachment 67581 [details]
hackaround
Comment 2 thb 2010-02-03 15:49:39 UTC
Yep, as per http://www.w3.org/TR/SVG/paths.html#PathDataBNF

Even M .4.3 would - I've just ripped the implementation out of xmloff back then,
there's no rigor whatsoever in implementing the cited BNF exactly. Expect more
bugs here. ;)
Comment 3 thb 2012-07-13 20:47:10 UTC
Reset to default bug assignee.