mtrudw / fabricPublisherTools

Extensions for fabricjs to add better layout capabilities
MIT License
14 stars 4 forks source link

Provide pure javascript version #32

Open hiteshrawat opened 2 years ago

hiteshrawat commented 2 years ago

I am using browser to run fabric js please add pure javascript files

hiteshrawat commented 2 years ago

fixed the export error removing last line of export .

But i am getting wrong line placements on canvas zoom . snapping works great. Please fix the lines on zoom

hiteshrawat commented 2 years ago

ok. fixed the Grid Lines zoom issue by adding r.save(),r.scale(canvas.getZoom(),canvas.getZoom()), ....... ,r.restore()

also divide canvas green lines by zoom in minified js script

Problems: error in multiple objects selected