-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hello
running the examples I get error (PHP 7.3):
php-svg-framework-SVGF/examples/BasicShapesExample.php
_Notice: Undefined variable: attribute_value in /opt/lampp/htdocs/dev/php-svg-framework-SVGF/src/css/CSSStyleDeclaration.php on line 168
Notice: Undefined variable: item in /opt/lampp/htdocs/dev/php-svg-framework-SVGF/src/svgf/SVGFElement.php on line 69
Fatal error: Uncaught Error: Using $this when not in object context in /opt/lampp/htdocs/dev/php-svg-framework-SVGF/src/svg/SVGElement.php:23 Stack trace: #0 [internal function]: b1t\svg\SVGSVGElement::setId('a4') #1 /opt/lampp/htdocs/dev/php-svg-framework-SVGF/src/svg/SVGObject.php(62): call_user_func(Array, 'a4') #2 /opt/lampp/htdocs/dev/php-svg-framework-SVGF/src/svgf/SVGFElement.php(72): b1t\svg\SVGObject->_set('id', 'a4') #3 /opt/lampp/htdocs/dev/php-svg-framework-SVGF/examples/BasicShapesExample.php(20): b1t\svgf\SVGFElement::svg(Object(DOMDocument), 'a4', Array) #4 {main} thrown in /opt/lampp/htdocs/dev/php-svg-framework-SVGF/src/svg/SVGElement.php on line 23