Bug#977665: inkscape: the grid spacing should be saved on saving the document

2023-01-14 Thread Mattia Rizzolo
On Sat, Jan 14, 2023 at 01:12:05AM +0100, Vincent Lefevre wrote:
> Control: retitle -1 inkscape: the grid is not updated immediately when 
> changing document scale
> Control: found -1 1.2.2-2
> Control: tags -1 fixed-upstream
> 
> Retitled according to comments
> 
>   https://gitlab.com/inkscape/inbox/-/issues/4205#note_470326556
> 
> and
> 
>   https://gitlab.com/inkscape/inbox/-/issues/4205#note_1224138272
>   "The grid now updates when scale is changed, in line with
>   #4205 (comment 470326556)"

Thanks for the update, including the fact that this has been fixed,
although I'm a bit sad that this fix seems to be accidental…

FWIW, It's not clear to me if we will be able to include inkscape 1.3 in
bookworm, as the timing is a bit tight IMHO.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
More about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP signature


Bug#977665: inkscape: the grid spacing should be saved on saving the document

2023-01-13 Thread Vincent Lefevre
Control: retitle -1 inkscape: the grid is not updated immediately when changing 
document scale
Control: found -1 1.2.2-2
Control: tags -1 fixed-upstream

Retitled according to comments

  https://gitlab.com/inkscape/inbox/-/issues/4205#note_470326556

and

  https://gitlab.com/inkscape/inbox/-/issues/4205#note_1224138272
  "The grid now updates when scale is changed, in line with
  #4205 (comment 470326556)"

The testcase for 1.2.2-2:

1. Run inkscape
2. Go to File → Document Properties
3. Go to Grids, then click on New
4. Set Spacing X & Y to 10
5. Go to Display, then set Scale to 2 (default was 1)
6. Close the "Document Properties" window
7. Save and quit
8. Run "inkscape drawing.svg" to reopen the document

The grid has not changed at steps 5 and 6, but it has changed only
at step 8.

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



Bug#977665: inkscape: the grid spacing should be saved on saving the document

2020-12-18 Thread Mattia Rizzolo
On Fri, Dec 18, 2020 at 07:11:57PM +0100, Vincent Lefevre wrote:
> Done, with a reproducible testcase.

Thank you!

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
More about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP signature


Bug#977665: inkscape: the grid spacing should be saved on saving the document

2020-12-18 Thread Vincent Lefevre
Control: retitle -1 inkscape: grid spacing incorrectly saved
Control: tags -1 upstream
Control: forwarded -1 https://gitlab.com/inkscape/inbox/-/issues/4205

Hi Mattia,

On 2020-12-18 16:20:14 +0100, Mattia Rizzolo wrote:
> Could I ask you if you could file this directly upstream at
> https://gitlab.com/inkscape/inbox/-/issues/ ?  Then you could verify
> this directly with them, without me acting as the middleman.
> If you do, please report back here a link to the issue so that it can be
> cross-tracked.

Done, with a reproducible testcase.

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)



Bug#977665: inkscape: the grid spacing should be saved on saving the document

2020-12-18 Thread Mattia Rizzolo
Hi Vincent!

On Fri, Dec 18, 2020 at 02:46:52PM +0100, Vincent Lefevre wrote:
> I worked on a document where the grid spacing was 10, but when the
> document was saved (and opened again), the spacing changed to 100.

That does sound like a bug.
Could I ask you if you could file this directly upstream at
https://gitlab.com/inkscape/inbox/-/issues/ ?  Then you could verify
this directly with them, without me acting as the middleman.
If you do, please report back here a link to the issue so that it can be
cross-tracked.

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
More about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP signature


Bug#977665: inkscape: the grid spacing should be saved on saving the document

2020-12-18 Thread Vincent Lefevre
Package: inkscape
Version: 1.0.1-2
Severity: normal

I worked on a document where the grid spacing was 10, but when the
document was saved (and opened again), the spacing changed to 100.

In the diff of the SVG file after reopening the document, fixing the
issue, and saving again:

@@ -43,8 +43,8 @@
type="xygrid"
id="grid833"
units="px"
-   spacingx="100"
-   spacingy="100"
+   spacingx="10"
+   spacingy="10"
empspacing="1" />
   
   
pn  inkscape-tutorials
pn  libsvg-perl   
pn  libxml-xql-perl   
ii  pstoedit  3.75-1
pn  python3-uniconvertor  
ii  ruby  1:2.7+2

-- no debconf information

-- 
Vincent Lefèvre  - Web: 
100% accessible validated (X)HTML - Blog: 
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)