lpaulsen93 / dokuwiki-plugin-odt

Exports a page to the Open Document format used by OpenOffice.org and other word processors
http://www.dokuwiki.org/plugin:odt
13 stars 26 forks source link

Fix embeded SVG rendering #293

Closed eduardomozart closed 1 year ago

eduardomozart commented 1 year ago

Fixes message "Error: Non-static method ODTImage::addStringAsSVGImage() cannot be called statically" on PHP 8.1 as can be seen in https://github.com/lpaulsen93/dokuwiki-plugin-odt/issues/274 and https://github.com/schplurtz/a2s/issues/13 This method is also used by other plug-ins like switchpanel - https://github.com/GreenItSolutions/dokuwiki-plugin-switchpanel/blob/561d049aef21afb3d54406d1b62373e8275ce766/syntax.php#L460 - and plantumlparser - https://github.com/kylec32/dokuwiki_plantumlparser/pull/43