MOON
Server: Apache
System: Linux server30c.hostingraja.org 3.10.0-962.3.2.lve1.5.63.el7.x86_64 #1 SMP Fri Oct 8 12:03:35 UTC 2021 x86_64
User: jibhires (1887)
PHP: 8.1.30
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, allow_url_fopen, symlink, escapeshellcmd, pcntl_exec
Upload Files
File: //opt/alt/python37/lib/python3.7/site-packages/svgwrite/__pycache__/pattern.cpython-37.opt-1.pyc
B

s�]��@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�widthZheight)�superr�__init__rZset_hrefZget_iri�debugZ	validatorZcheck_all_svg_attribute_values�elementnameZattribs)�self�insert�sizeZinheritZextra)�	__class__��/pattern.pyrszPattern.__init__�nonecCsd|��|fS)z( Returns the <FuncIRI> of the gradient. z%s %s)Zget_funciri)r�defaultrrr�get_paint_server/szPattern.get_paint_server)NNN)r)	�__name__�
__module__�__qualname__�__doc__rZ
transformnamerr�
__classcell__rr)rrrs
rN)
Z
svgwrite.baserZsvgwrite.mixinsrrrrZsvgwrite.utilsrrrrrr�<module>s