PHP 8.3.30
Preview: DefaultStyle.php Size: 666 B
/home/getspomw/itechservicellc.com/vendor/dompdf/php-svg-lib/src/Svg/DefaultStyle.php

<?php
/**
 * @package php-svg-lib
 * @link    http://github.com/dompdf/php-svg-lib
 * @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;
}

Directory Contents

Dirs: 3 × Files: 4

Name Size Perms Modified Actions
Gradient DIR
- drwxr-xr-x 2025-11-18 19:23:48
Edit Download
Surface DIR
- drwxr-xr-x 2025-11-18 19:23:48
Edit Download
Tag DIR
- drwxr-xr-x 2025-11-18 19:23:48
Edit Download
3.00 KB lrw-r--r-- 2025-10-28 20:22:04
Edit Download
666 B lrw-r--r-- 2025-10-28 20:22:04
Edit Download
10.51 KB lrw-r--r-- 2025-10-28 20:22:04
Edit Download
18.73 KB lrw-r--r-- 2025-10-28 20:22:04
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).