Bug 134838 - drawImage is drawing incorrectly sized SVG image with other content using the same SVG
Summary: drawImage is drawing incorrectly sized SVG image with other content using the...
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Canvas (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-07-11 11:30 PDT by Joseph Pecoraro
Modified: 2015-06-30 23:21 PDT (History)
7 users (show)

See Also:


Attachments
[TEST] Reduction (1.82 KB, application/zip)
2014-07-11 11:30 PDT, Joseph Pecoraro
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2014-07-11 11:30:05 PDT
See attach reduction (index.html and svg file).

- A page uses an SVG image that can be squished (width=1 for a width=16 image).
- Somewhere else the page has a context and uses draw image of the same SVG
  => this draws at the squished size, instead of the expected original size of the image
Comment 1 Joseph Pecoraro 2014-07-11 11:30:25 PDT
Created attachment 234772 [details]
[TEST] Reduction
Comment 2 Radar WebKit Bug Importer 2014-07-11 11:30:43 PDT
<rdar://problem/17643268>
Comment 3 Joseph Pecoraro 2015-06-30 23:21:56 PDT
Things look good now. Closing.