This commit is contained in:
Eloy Lafuente (stronk7) 2022-01-26 08:40:46 +01:00
commit c41562279c
4 changed files with 3 additions and 5 deletions

View File

@ -433,7 +433,7 @@ class GeoPattern {
if ($x == 0 && $y == 0) {
$xyT1 = 6 * $xSize / 2 - $xSize / 2;
$xyT2 = $dy - 6 * $xSize / 2;
$this->svg->addGroup($group, array_merge($styles, ['transform' => "translate($xyT1, $xyT2) rotate(45, $halfXSize, $halfXSize"]));
$this->svg->addGroup($group, array_merge($styles, ['transform' => "translate($xyT1, $xyT2) rotate(45, $halfXSize, $halfXSize)"]));
}
$i++;

View File

@ -1,10 +1,8 @@
scssphp
GeoPattern-PHP
-------
Downloaded from: https://github.com/RedeyeGroup/geopattern-php
Last commit on download: 26d9f8aa7a8b00c8afc120d706f6bdd7a9965b87
Import procedure:
- Copy all the files from the folder 'src' this directory.

View File

@ -293,7 +293,7 @@
<location>geopattern-php</location>
<name>Generate tiling SVG patterns from a string</name>
<license>MIT</license>
<version>1.1.1</version>
<version>1.1.2</version>
</library>
<library>
<location>php-jwt</location>