Daniel Bretzigheimer
Daniel Bretzigheimer
I've added a test case for the pattern offset fix
Fixed second point of [my comment](https://github.com/yWorks/svg2pdf.js/issues/212#issuecomment-1212156246).
I have looked into the issue and I am trying to fix it. In my research, I have found some other issues: 1. using a unit other than pt will...
After further investigation, we found a solution for the scaling problem in units besides `pt`. We had to apply the `context.pdf.internal.scaleFactor` to the `TilingPattern` and the child transform. This worked,...
Apologies for my delayed response, I will look into it in the following days and respond here.
@timbunce @ulazdins-afs @BadMagic100 could you please verify if my PR resolves your issues? I tried the two samples and an integer constant and they should work now. If you get...