Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
- [*] фикс, вроде бы последний. Релиз.
  • Loading branch information
Karel Wintersky committed Jun 26, 2024
1 parent 0b86d81 commit de5ba03
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sources/SVGParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#[\AllowDynamicProperties]
class SVGParser implements SVGParserInterface
{
public const VERSION = 3.1;
public const GIT_VERSION = '0.9.9';
public const VERSION = 3.2;
public const GIT_VERSION = '1.0';

/**
* Constants for convert_SVGElement_to_Polygon()
Expand Down Expand Up @@ -186,6 +186,8 @@ public function __construct($svg_file_content = '', array $options = [] )
}

$this->layer_images_translation = new LayerElementsTranslation(0, 0);
$this->layer_elements_translation = new LayerElementsTranslation(0, 0);

$this->crs_translation_options = new CRSTranslationOptions();

} catch (Exception $e) {
Expand Down

0 comments on commit de5ba03

Please sign in to comment.