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
env:
Installed with:
git clone https://github.com/samwilson/diagrams-extension Diagrams
Configured with:
wfLoadExtension( 'Diagrams' ); // The URL at which you installed the Diagrams Service. $wgDiagramsServiceUrl = 'http://diagrams.bitplan.com';
Tried:
= Example = <graphviz format='svg'> digraph g { a->b->c } </graphviz>
Checked things with a debugger and the service replies but is not asked for the svg format. There is a proper png response which is somehow ignored.
looks like some of my patched code at https://github.com/WolfgangFahl/diagrams-extension/blob/master/includes/Hooks.php might help.
How can we join that code with the MW 1.34 state that can do local rendering?
The text was updated successfully, but these errors were encountered:
this is a showstopper and the alternative #22 makes the current state of this extension unusable for me in the target 1.35 LTS environment.
Sorry, something went wrong.
No branches or pull requests
env:
Installed with:
Configured with:
Tried:
Checked things with a debugger and the service replies but is not asked for the svg format.
There is a proper png response which is somehow ignored.
looks like some of my patched code at https://github.com/WolfgangFahl/diagrams-extension/blob/master/includes/Hooks.php might help.
How can we join that code with the MW 1.34 state that can do local rendering?
The text was updated successfully, but these errors were encountered: