JavaFX stroke width not saved correctly

Bug #497416 reported by Alexander Gnodtke
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Inkscape
Fix Released
Medium
Jon A. Cruz

Bug Description

I drew a simple straight line using the freehand tool. When saving the image to JavaFX, the strokeWidth is set to 0.000 (see below) and should have been 6.000 in my case.

function path4171() : Path {
        Path {
            id: "path4171"
            opacity: 1.00000000
            fill: Color.rgb(0xff, 0xcc, 0xaa, 1.00000000)
            stroke: Color.rgb(0xff, 0xcc, 0xaa, 1.00000000)
            strokeWidth: 0.00000000
            strokeLineCap: StrokeLineCap.BUTT
            strokeLineJoin: StrokeLineJoin.MITER
            strokeMiterLimit: 4.00000000
            strokeDashArray: [ ]
            elements: [
                MoveTo {
                    x: 131.52294000
                    y: -862.95151262
                },
                LineTo {
                    x: 271.09830000
                    y: -862.95151262
                },
                LineTo {
                    x: 131.52294000
                    y: -862.95151262
                },
            ] // elements
        }; // Path
    } // end path path4171

su_v (suv-lp)
tags: added: exporting javafx
Revision history for this message
jazzynico (jazzynico) wrote :

Confirmed on Windows XP, Inkscape 0.47.

Changed in inkscape:
importance: Undecided → Medium
status: New → Confirmed
Changed in inkscape:
assignee: nobody → Jon A. Cruz (jon-joncruz)
Revision history for this message
Beluga (buovjaga) wrote :

Stroke width is now saved ok, please re-test.

Arch Linux 64-bit, KDE Plasma 5
Inkscape 0.91 r13725

Revision history for this message
jazzynico (jazzynico) wrote :

Bug reproduced on Windows XP, Inkscape 0.48.5.
Not reproduced with 0.91 and 0.92.x rev. 15032.

Thanks for your tests, beluga!

Changed in inkscape:
milestone: none → 0.91
status: Confirmed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.