Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements paintFormXObject in svg.js #5198

Merged
merged 1 commit into from
Aug 15, 2014

Conversation

timvandermeij
Copy link
Contributor

This PR partly addresses #4985 and makes the image on page 6 of the Tracemonkey paper render properly.

The addition of this.cgrp.appendChild(this.tgrp); is necessary to make the text elements appear after clipping in paintFormXObjectBegin, which actually resolves a bug in the current master and makes the text in the images on pages 10, 11 and 13 also render now.

The only issue left is the image on page 2 of the Tracemonkey paper, but it doesn't appear to be caused by this PR, but it rather appears to be another bug in the current master. @pramodhkp Could you take a look what's causing the issue on page 2? If it's indeed a bug in the current master, it can be fixed in a separate PR.

yurydelendik added a commit that referenced this pull request Aug 15, 2014
@yurydelendik yurydelendik merged commit 90d79d1 into mozilla:master Aug 15, 2014
@yurydelendik
Copy link
Contributor

Thank you

@timvandermeij timvandermeij deleted the svg-paintformxobject branch August 15, 2014 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants