ok
Direktori : /home2/selectio/public_html/a1tex.in/vendor/phenx/php-svg-lib/src/Svg/Gradient/ |
Current File : /home2/selectio/public_html/a1tex.in/vendor/phenx/php-svg-lib/src/Svg/Gradient/Stop.php |
<?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\Gradient; class Stop { public $offset; public $color; public $opacity = 1.0; }