php-svg
php-svg copied to clipboard
Vector graphics (SVG) library for PHP
I am generating an SVG file. I have icon, text, and tagline. Icon, text, and tagline may be of any size and any characters. I am facing an issue, to...
Do you have any plans concerning security? As i see it, there are two things i'd like to limit/control - distant files (with whitelist option or bool to forbid them...
I am trying to use the library to convert a svg into a png ``` $svg = file_get_contents(__DIR__ . '/download.svg'); include ( __DIR__ . '/php-svg/autoloader.php' ); use SVG\SVG; $image =...
https://github.com/meyfa/php-svg/issues/233
Hi I got a lot of deprecations (hundreds per request) in my log file. Something like that ` "exception" => ErrorException {#2559 ▼ #message: "Deprecated: Implicit conversion from float 15.2...
### Added: Text rotate [#80] Text rotation was added by calculating the resulting rotation after all transformations were calculated. So we are using the resulting matrix data in the `Transform`...
I'm having issues creating a png including an image: and when I run this minimal example, it is not saving the image or the text? ```
`` elements lists to reference another element by id. This enables the codebase to render such element when rasterising. I am aware this is not completely to spec in regards...