Bug 90017 - SVG Selection of rotatede shape cuts of some parts
Summary: SVG Selection of rotatede shape cuts of some parts
Status: RESOLVED DUPLICATE of bug 88117
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Draw (show other bugs)
Version:
(earliest affected)
4.4.1.2 release
Hardware: x86-64 (AMD64) All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected, bisected, regression
Depends on:
Blocks:
 
Reported: 2015-03-15 10:29 UTC by Andreas B.
Modified: 2015-12-15 11:03 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments
File to test export (9.90 KB, application/vnd.oasis.opendocument.graphics)
2015-03-15 10:29 UTC, Andreas B.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas B. 2015-03-15 10:29:35 UTC
Created attachment 114104 [details]
File to test export

Steps to reproduce:

1. Open the attached test-svg.odg file with draw.
2. Press CTRL+A to select all
3. File / Export, select the Checkbox to export only the selection
4. Export as .svg
5. The bottom is cut off in the export
Comment 1 Buovjaga 2015-03-20 18:38:44 UTC
Reproduced with attachment 114104 [details], except with 4.2.

Win 7 Pro 64-bit, LibO Version: 4.4.1.2
Build ID: 45e2de17089c24a1fa810c8f975a7171ba4cd432
Locale: fi_FI

Ubuntu 14.10 64-bit 
Version: 4.4.1.2
Build ID: 40m0(Build:2)
Locale: en_US

Version: 4.2.0.4
Build ID: 05dceb5d363845f2cf968344d7adab8dcfb2ba71
Comment 2 Michael Weghorn 2015-03-20 19:59:50 UTC
bibisect result:
 65826168ee84bda78a9f3bd2e4fece50a478e89b is the first bad commit
commit 65826168ee84bda78a9f3bd2e4fece50a478e89b
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Mon May 12 10:33:22 2014 +0000

    source-hash-7f64da067644972ea7990977e1f45ab588166c15
    
    commit 7f64da067644972ea7990977e1f45ab588166c15
    Author:     Caolán McNamara <caolanm@redhat.com>
    AuthorDate: Fri Apr 11 13:32:12 2014 +0100
    Commit:     Caolán McNamara <caolanm@redhat.com>
    CommitDate: Fri Apr 11 14:11:21 2014 +0100
    
        coverity#738702 Uninitialized scalar field
    
        Change-Id: I7187d110c52af5f333fe627270f1dc1a578da8bf



$ git bisect log
# bad: [423a84c4f7068853974887d98442bc2a2d0cc91b] source-hash-c15927f20d4727c3b8de68497b6949e72f9e6e9e
# good: [65fd30f5cb4cdd37995a33420ed8273c0a29bf00] source-hash-d6cde02dbce8c28c6af836e2dc1120f8a6ef9932
git bisect start 'latest' 'oldest'
# good: [e02439a3d6297a1f5334fa558ddec5ef4212c574] source-hash-6b8393474974d2af7a2cb3c47b3d5c081b550bdb
git bisect good e02439a3d6297a1f5334fa558ddec5ef4212c574
# good: [4850941efe43ae800be5c76e1102ab80ac2c085d] source-hash-980a6e552502f02f12c15bfb1c9f8e6269499f4b
git bisect good 4850941efe43ae800be5c76e1102ab80ac2c085d
# good: [a900e72b6357882284c5955bdf939bf14269f5fb] source-hash-dd1050b182260a26a1d0ba6d0ef3a6fecc3f4e07
git bisect good a900e72b6357882284c5955bdf939bf14269f5fb
# skip: [e80660c5a1d812cd04586dae1f22767fc3778c4a] source-hash-07c60c8ee2d1465544a6a39e57bc06b3690b8dfb
git bisect skip e80660c5a1d812cd04586dae1f22767fc3778c4a
# bad: [df9bcaed2faa2a8d11b19f877cdff3a12a887278] source-hash-6ba9692d8bbe3e3c245aca9a7c928e81178d05f1
git bisect bad df9bcaed2faa2a8d11b19f877cdff3a12a887278
# good: [9d57c189d74551d2b3770cc81139ea10a62e672f] source-hash-5b5e62650354788e50b44f32c22b687b2018aba9
git bisect good 9d57c189d74551d2b3770cc81139ea10a62e672f
# good: [894c969cde608547fda47917dbeeffdf7ebb4628] source-hash-7cc6de1cc2cfb466131072c2a1cd99c4a6279ebc
git bisect good 894c969cde608547fda47917dbeeffdf7ebb4628
# good: [875a961e9f1dfc859b2b294bdea2649201919a95] source-hash-4a8cf5221f425118a7ec79e0cbf9cb0fb47bf823
git bisect good 875a961e9f1dfc859b2b294bdea2649201919a95
# bad: [7e673c13a5ce2578df74ab1491b1ab3389e9d4cc] source-hash-cddf4bd65fb4ce5615ca770946707d0db657e8ec
git bisect bad 7e673c13a5ce2578df74ab1491b1ab3389e9d4cc
# good: [316b704902eaa41ddf6787911f47c771042dbfd0] source-hash-4ef6d67ddb80cddd94716484c282cb646230ff0f
git bisect good 316b704902eaa41ddf6787911f47c771042dbfd0
# bad: [65826168ee84bda78a9f3bd2e4fece50a478e89b] source-hash-7f64da067644972ea7990977e1f45ab588166c15
git bisect bad 65826168ee84bda78a9f3bd2e4fece50a478e89b
# first bad commit: [65826168ee84bda78a9f3bd2e4fece50a478e89b] source-hash-7f64da067644972ea7990977e1f45ab588166c15
Comment 3 Matthew Francis 2015-03-23 07:49:43 UTC
It seems clear that this must be the below commit.
Adding Cc: to caolanm@redhat.com; Could you possibly take a look at this? Thanks

commit f864c09a9d6bc2c28b30b32c6a0825b5628826b2
Author:     Armin Le Grand <alg@apache.org>
AuthorDate: Thu Apr 10 15:02:30 2014 +0000
Commit:     Caolán McNamara <caolanm@redhat.com>
CommitDate: Fri Apr 11 10:18:48 2014 +0100

    Resolves: i124608 when exporting selection...
    
    use selection boundrect as svg canvas
    
    (cherry picked from commit bfc1aa46b9ee9ad37728389eb636fc9fb5b9827f)
    
    Conflicts:
        filter/source/svg/svgexport.cxx
        filter/source/svg/svgfilter.cxx
        filter/source/svg/svgfilter.hxx
    
    Change-Id: Ib10e785ebb611f0e33ea3ae799dfea20b05d250a
Comment 4 Matthew Francis 2015-03-30 09:54:45 UTC

*** This bug has been marked as a duplicate of bug 88117 ***
Comment 5 Robinson Tryon (qubit) 2015-12-15 11:03:09 UTC
Migrating Whiteboard tags to Keywords: (bibisected)
[NinjaEdit]