Opened 12 years ago
Last modified 9 years ago
#2863 new defect
doesn't scale vector graphics well
Reported by: | sascha_silbe | Owned by: | sayamindu |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Imageviewer | Version: | Unspecified |
Severity: | Unspecified | Keywords: | sugar-love, easy-hack |
Cc: | alsroot | Distribution/OS: | Unspecified |
Bug Status: | Unconfirmed |
Description
If you zoom into an SVG image, you'll get the usual bitmap scaling artifacts.
Change History (3)
comment:1 Changed 12 years ago by alsroot
- Cc alsroot added
- Keywords sugar-love added
comment:2 Changed 12 years ago by godiard
- Keywords easy-hack added
comment:3 Changed 9 years ago by Shrey
Note: See
TracTickets for help on using
tickets.
I'm thinking about this from some time now. In imageview.py we use pixbuf.scale_simple(..), could that be the reason for this? If we zoom svg before getting its pixel buffer then it should not show usual bitmap artifacts?