issues Search Results · repo:meyfa/php-svg language:PHP
Filter by
110 results
(117 ms)110 results
inmeyfa/php-svg (press backspace or delete to remove)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?
?php
require vendor/autoload.php ;
use SVG\SVG;
use SVG\Nodes\Structures\SVGDocumentFragment; ...
Luke-SF
- 2
- Opened 7 days ago
- #242
When TextRenderer.prepareRenderParams() sees a fontStyle of italic or oblique the FontRegistry only looks for a
TrueTypeFontFile where isItalic() is True, i.e. whre the subfamily is Italic .
So cursive ...
Tontyna
- 3
- Opened on Jul 8, 2024
- #235
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 to int loses precision ...
yalagin
- Opened on May 3, 2024
- #233
Extracted from #228. We re currently using PHP-CS which has a rather limited set of available rules. PHP-CS-Fixer seems
to cover our use case and provides many additional rules we re currently lacking ...
meyfa
- Opened on Mar 30, 2024
- #229
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 entirely?)
- scripts (imho should ...
smnandre
- 5
- Opened on Mar 17, 2024
- #227
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 = SVG::fromString($svg); ...
FatGalah-Timothy
- 1
- Opened on Mar 8, 2024
- #222
Great library! It deserves to be more than a version 0 though.
Idea: publish a version 1 as a snapshot, with the current PHP requirement.
Then drop PHP 7 (which has be EOL for a while) and support only ...
tacman
- 14
- Opened on Feb 6, 2024
- #215
Description
I m trying to create an SVG image that contains some curved text. Exporting my document as XML results in a successful
SVG that looks correct.
?xml version= 1.0 encoding= utf-8 ?
svg ...
duplicate
liamjt95
- 4
- Opened on Jan 4, 2024
- #213
Currently, the first example (SVG code pasted below) from this Mozilla page renders as completely blank for me.
svg width= 200 height= 200 xmlns= http://www.w3.org/2000/svg
defs
linearGradient ...
curtisgibby
- Opened on Sep 4, 2023
- #209
Images exported to SVG from Corel sometimes use internal CSS:
defs
style type= text/css

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.