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

Normalize the coordinates used in SVGGraphics._makeTilingPattern (issue 12996) #13498

Merged
merged 1 commit into from
Jun 6, 2021

Commits on Jun 5, 2021

  1. Normalize the coordinates used in SVGGraphics._makeTilingPattern (i…

    …ssue 12996)
    
    While this prevents the error which is currently thrown by the `assert` in the `DOMSVGFactory.create` method, the pattern still doesn't actually render (visibly). However, in the interest of getting rid of some open issues, this patch should make (some) sense and there's already other issues about patterns in the SVG-backend,
    
    Given that, as clearly [outlined in the FAQ](https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions#backends), the SVG-backend is *not* officially supported and that there's currently no development of it; this is probably the most that is reasonable to do here.
    Snuffleupagus committed Jun 5, 2021
    Configuration menu
    Copy the full SHA
    04ab4bd View commit details
    Browse the repository at this point in the history