Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
L
librsvg
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 158
    • Issues 158
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Registry
    • Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • librsvg
  • Issues
  • #149

Closed
Open
Opened Aug 14, 2016 by bugzilla-migration@bugzilla-migration
  • Report abuse
  • New issue
Report abuse New issue

[BZ#769869] Passing --zoom 1.0 multiplies size by 1.25

Submitted by cle..@..com

Link to original bug (#769869)

Description

Created attachment 333253 Original SVG

The following command line on the attached file changes the file's size; it multiples it by 1.25. Is this expected?

rsvg-convert --zoom 1.0 -f svg -o if-rule-zoom-1.0.svg if-rule.svg

More generally, all zoom rations seem to be multiplied by 1.25, but I couldn't find documentation for this behavior. I imagine I'm doing something wrong, so this could count as a documentation bug :) I have attached the two files.

Here's a session transcript:

$ rsvg-convert --zoom 1.0 -f svg -o if-rule-zoom-1.0.svg if-rule.svg

$ head -n2 if-rule.svg <?xml version="1.0" encoding="UTF-8"?>

$ head -n2 if-rule-zoom-1.0.svg <?xml version="1.0" encoding="UTF-8"?>

Attachment 333253, "Original SVG":
if-rule.svg

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
No due date
2
Labels
1. Bug 2. Needs Diagnosis
Assign labels
  • View project labels
Reference: GNOME/librsvg#149