Issue 108908

Summary: basegfx: d="M .4,.3" legal ?
Product: Draw Reporter: caolanm
Component: codeAssignee: AOO issues mailing list <issues>
Status: ACCEPTED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: issues
Version: DEV300m71   
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
hackaround none

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.