%PDF- %GIF98; %PNG;
Server : ApacheSystem : Linux host.digitalbabaji.in 4.18.0-513.11.1.el8_9.x86_64 #1 SMP Wed Jan 17 02:00:40 EST 2024 x86_64 User : addictionfreeind ( 1003) PHP Version : 7.2.34 Disable Function : exec,passthru,shell_exec,system Directory : /home/addictionfreeind/public_html/admin1/vendor/phenx/php-svg-lib/src/Svg/ |
Upload File : |
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Ménager <fabien.menager@gmail.com>
* @license GNU LGPLv3+ http://www.gnu.org/copyleft/lesser.html
*/
namespace Svg;
class DefaultStyle extends Style
{
public $color = [0, 0, 0, 1];
public $opacity = 1.0;
public $display = 'inline';
public $fill = [0, 0, 0, 1];
public $fillOpacity = 1.0;
public $fillRule = 'nonzero';
public $stroke = 'none';
public $strokeOpacity = 1.0;
public $strokeLinecap = 'butt';
public $strokeLinejoin = 'miter';
public $strokeMiterlimit = 4;
public $strokeWidth = 1.0;
public $strokeDasharray = 0;
public $strokeDashoffset = 0;
}