File: //opt/alt/python37/lib/python3.7/site-packages/svgwrite/__pycache__/mixins.cpython-37.pyc
B
s�]�( � @ s� d dl mZ d dl mZ dddd�Zddd d
�ZG dd� de�ZG d
d� de�ZG dd� de�ZG dd� de�Z G dd� de�Z
G dd� de�ZG dd� de�ZdS )� )�strlist)� is_stringZxMidZxMinZxMax)�center�left�rightZYMidZYMinZYMax)�middle�top�bottomc @ s, e Zd ZdZd
dd�Zdd� Zdd
d�ZdS )�ViewBoxa� The **ViewBox** mixin provides the ability to specify that a
given set of graphics stretch to fit a particular container element.
The value of the **viewBox** attribute is a list of four numbers
**min-x**, **min-y**, **width** and **height**, separated by whitespace
and/or a comma, which specify a rectangle in **user space** which should
be mapped to the bounds of the viewport established by the given element,
taking into account attribute **preserveAspectRatio**.
r c C s t ||||g�| d<