We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How we can provide GridLine over in Drawer JS library!
I am trying to provide the GridLine (vertical & horizontal lines) feature over canvas while initializing the Drawer JS, but not found any solution.
Can someone please suggest is there have any functionality to provide the GridLines using Drawer JS ?
The text was updated successfully, but these errors were encountered:
Hi,did you find a solution yet? I'm also want to provide the GridLine
Sorry, something went wrong.
just download a gridline image then just add it on the fixedbackgroundUrl like this
pluginsConfig: { BackgroundImage: { scaleDownLargeImage: true, maxImageSizeKb: 1024, //1MB fixedBackgroundUrl: '../../assets/media/icons/assets/iso.png', imagePosition: 'stretch', // one of 'center', 'stretch', 'top-left', 'top-right', 'bottom-left', 'bottom-right' acceptedMIMETypes: ['image/jpeg', 'image/png', 'image/gif'] , dynamicRepositionImage: true, dynamicRepositionImageThrottle: 100 } }
No branches or pull requests
How we can provide GridLine over in Drawer JS library!
I am trying to provide the GridLine (vertical & horizontal lines) feature over canvas while initializing the Drawer JS, but not found any solution.
Can someone please suggest is there have any functionality to provide the GridLines using Drawer JS ?
The text was updated successfully, but these errors were encountered: