File "Stop.php"
Full Path: /home/londdqdw/public_html/06/wp-content/plugins/timetable/libraries/dompdf/lib/php-svg-lib/src/Svg/Gradient/Stop.php
File size: 332 bytes
MIME-type: text/x-php
Charset: 8 bit
<?php
/**
* @package php-svg-lib
* @link http://github.com/PhenX/php-svg-lib
* @author Fabien Mnager <fabien.menager@gmail.com>
* @license http://www.gnu.org/copyleft/lesser.html GNU Lesser General Public License
*/
namespace Svg\Gradient;
class Stop
{
public $offset;
public $color;
public $opacity = 1.0;
}