mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
Merge branch 'MDL-71711' of https://github.com/paulholden/moodle
This commit is contained in:
commit
c41562279c
@ -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++;
|
||||
|
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user