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
more precisely: https://github.com/mutterer/figurej/blob/master/src/macros/inkscapeNotify.ijm#L9 shows how an svg panel is opened, after it's path is passed to this macro from the Inkscape_Link plugin: https://github.com/mutterer/figurej/blob/master/src/plugIns/Inkscape_Link.java#L99
and the following line https://github.com/mutterer/figurej/blob/master/src/macros/inkscapeNotify.ijm#L12 shows how I had to hack into the application package to pass parameters to inkscape to use a command that requires several parameters that could not be passed to the Inkscape.app directly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
more precisely:
https://github.com/mutterer/figurej/blob/master/src/macros/inkscapeNotify.ijm#L9
shows how an svg panel is opened, after it's path is passed to this macro from the Inkscape_Link plugin:
https://github.com/mutterer/figurej/blob/master/src/plugIns/Inkscape_Link.java#L99
and the following line
https://github.com/mutterer/figurej/blob/master/src/macros/inkscapeNotify.ijm#L12
shows how I had to hack into the application package to pass parameters to inkscape to use a command that requires several parameters that could not be passed to the Inkscape.app directly.
The text was updated successfully, but these errors were encountered: