GRAYBYTE WORDPRESS FILE MANAGER4062

Server IP : 198.54.121.189 / Your IP : 216.73.216.224
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /opt/cloudlinux/venv/lib/python3.11/site-packages/svgwrite/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/cloudlinux/venv/lib/python3.11/site-packages/svgwrite//elementfactory.py
#!/usr/bin/env python
#coding:utf-8
# Author:  mozman --<mozman@gmx.at>
# Purpose: element factory
# Created: 15.10.2010
# Copyright (C) 2010, Manfred Moitzi
# License: MIT License

from svgwrite import container
from svgwrite import shapes
from svgwrite import path
from svgwrite import image
from svgwrite import text
from svgwrite import gradients
from svgwrite import pattern
from svgwrite import masking
from svgwrite import animate
from svgwrite import filters
from svgwrite import solidcolor

factoryelements = {
    'g': container.Group,
    'svg': container.SVG,
    'defs': container.Defs,
    'symbol': container.Symbol,
    'marker': container.Marker,
    'use': container.Use,
    'a': container.Hyperlink,
    'script': container.Script,
    'style': container.Style,
    'line': shapes.Line,
    'rect': shapes.Rect,
    'circle': shapes.Circle,
    'ellipse': shapes.Ellipse,
    'polyline': shapes.Polyline,
    'polygon': shapes.Polygon,
    'path': path.Path,
    'image': image.Image,
    'text': text.Text,
    'tspan': text.TSpan,
    'tref': text.TRef,
    'textPath': text.TextPath,
    'textArea': text.TextArea,
    'linearGradient': gradients.LinearGradient,
    'radialGradient': gradients.RadialGradient,
    'pattern': pattern.Pattern,
    'solidColor': solidcolor.SolidColor,
    'clipPath': masking.ClipPath,
    'mask': masking.Mask,
    'animate': animate.Animate,
    'set': animate.Set,
    'animateColor': animate.AnimateColor,
    'animateMotion': animate.AnimateMotion,
    'animateTransform': animate.AnimateTransform,
    'filter': filters.Filter,
}


class ElementBuilder(object):
    def __init__(self, cls, factory):
        self.cls = cls
        self.factory = factory

    def __call__(self, *args, **kwargs):
        # inject creator object - inherit _parameter from factory
        kwargs['factory'] = self.factory
        # create an object of type 'cls'
        return self.cls(*args, **kwargs)


class ElementFactory(object):
    def __getattr__(self, name):
        if name in factoryelements:
            return ElementBuilder(factoryelements[name], self)
        else:
            raise AttributeError("'%s' has no attribute '%s'" % (self.__class__.__name__, name))

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
June 25 2025 08:31:36
root / root
0755
__pycache__
--
May 15 2025 08:30:34
root / root
0755
data
--
May 15 2025 08:30:34
root / root
0755
extensions
--
May 15 2025 08:30:34
root / root
0755
__init__.py
2.447 KB
April 17 2025 13:10:58
root / root
0644
animate.py
6.507 KB
April 17 2025 13:10:58
root / root
0644
base.py
8.422 KB
April 17 2025 13:10:58
root / root
0644
container.py
10.489 KB
April 17 2025 13:10:58
root / root
0644
drawing.py
5.167 KB
April 17 2025 13:10:58
root / root
0644
elementfactory.py
2.243 KB
April 17 2025 13:10:58
root / root
0644
etree.py
1.329 KB
April 17 2025 13:10:58
root / root
0644
filters.py
7.814 KB
April 17 2025 13:10:58
root / root
0644
gradients.py
4.592 KB
April 17 2025 13:10:58
root / root
0644
image.py
2.435 KB
April 17 2025 13:10:58
root / root
0644
masking.py
1.813 KB
April 17 2025 13:10:58
root / root
0644
mixins.py
10.497 KB
April 17 2025 13:10:58
root / root
0644
params.py
1.858 KB
April 17 2025 13:10:58
root / root
0644
path.py
2.781 KB
April 17 2025 13:10:58
root / root
0644
pattern.py
1.927 KB
April 17 2025 13:10:58
root / root
0644
shapes.py
5.186 KB
April 17 2025 13:10:58
root / root
0644
solidcolor.py
1.693 KB
April 17 2025 13:10:58
root / root
0644
text.py
7.947 KB
April 17 2025 13:10:58
root / root
0644
utils.py
7.247 KB
April 17 2025 13:10:58
root / root
0644
validator2.py
6.06 KB
April 17 2025 13:10:58
root / root
0644
version.py
1.093 KB
April 17 2025 13:10:58
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF