Skip to content

Commit 9dd9940

Browse files
committed
draft refactor svg units
1 parent 91290ac commit 9dd9940

File tree

2 files changed

+166
-207
lines changed

2 files changed

+166
-207
lines changed

examples/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@
118118
$pdf->page->addContent($iid12_out);
119119

120120
// test SVG
121-
//$svgid01 = $pdf->addSVG('./images/tcpdf_box.svg');
122-
//$svgid01_out = $pdf->getSetSVG($svgid01, 0, 60, 100, 50, $page01['height']);
121+
//$svgid01 = $pdf->addSVG('./images/tcpdf_box.svg', 0, 100, 100, 100, $page01['height']);
122+
//$svgid01_out = $pdf->getSetSVG($svgid01);
123123
//echo($svgid01_out); exit; //DEBUG
124124
//$pdf->page->addContent($svgid01_out);
125125

0 commit comments

Comments
 (0)