HEX
Server: LiteSpeed
System: Linux ws4.angoweb.net 5.14.0-611.13.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 11 04:57:59 EST 2025 x86_64
User: tswangoe (2287)
PHP: 8.1.33
Disabled: show_source, system, shell_exec, passthru, exec, phpinfo, popen, proc_open
Upload Files
File: //opt/alt/python37/lib/python3.7/site-packages/svgwrite/__pycache__/pattern.cpython-37.pyc
B


��ޡ<M�@sLddlmZddlmZmZmZmZddlmZGdd�deeeee�Z	dS)�)�BaseElement)�XLink�ViewBox�	Transform�Presentation)�	is_stringcs4eZdZdZdZdZd
�fdd�	Zddd	�Z�ZS)�Patterna�
    A pattern is used to fill or stroke an object using a pre-defined graphic
    object which can be replicated ("tiled") at fixed intervals in x and y to
    cover the areas to be painted. Patterns are defined using a `pattern` element
    and then referenced by properties `fill` and `stroke` on a given graphics
    element to indicate that the given element shall be filled or stroked with
    the referenced pattern.
    �patternZpatternTransformNcs�tt|�jf|�|dk	r2|d|d<|d|d<|dk	rR|d|d<|d|d<|dk	r|t|�rn|�|�n|�|���|jr�|j�|j	|j
�dS)z�
        :param 2-tuple insert: base point of the pattern (**x**, **y**)
        :param 2-tuple size: size of the pattern (**width**, **height**)
        :param inherit: pattern inherits properties from `inherit` see: **xlink:href**

        Nr�x��y�width�height)�superr�__init__rZset_hrefZget_iri�debug�	validatorZcheck_all_svg_attribute_values�elementnameZattribs)�self�insert�sizeZinherit�extra)�	__class__��A/opt/alt/python37/lib/python3.7/site-packages/svgwrite/pattern.pyrszPattern.__init__�nonecCsd|��|fS)z( Returns the <FuncIRI> of the gradient. z%s %s)Zget_funciri)r�defaultrrr�get_paint_server0szPattern.get_paint_server)NNN)r)	�__name__�
__module__�__qualname__�__doc__rZ
transformnamerr�
__classcell__rr)rrr
s
rN)
Z
svgwrite.baserZsvgwrite.mixinsrrrrZsvgwrite.utilsrrrrrr�<module>	s