| Server IP : 93.86.61.54 / Your IP : 216.73.216.156 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/inkscape/extensions/__pycache__/ |
Upload File : |
o
0�a�% � @ s` d Z ddlZddlmZmZmZ ddlmZmZmZ G dd� dej �Z
edkr.e
� �� dS dS )z�
This extension module can measure arbitrary path and object length
It adds text to the selected path containing the length in a given unit.
Area and Center of Mass calculated using Green's Theorem:
http://mathworld.wolfram.com/GreensTheorem.html
� N)�TextElement�TextPath�Tspan)�csparea�cspcofm� csplengthc @ sT e Zd ZdZdd� Zdd� Zdd� Zdd � Zd
d� Zdd
� Z ddd�Z
ddd�ZdS )�
MeasureLengthz$Measure the length of selected pathsc C s� |j ddddd� |j d| �� | jdd� |j d d
dd� |j d
ddd� |j dtddd� |j dddd� |j dddd� |j dtddd� |j ddtddd� |j ddtd d!d� |j d"d#d$d%d� |j d&d'td(d)d� |j d*d+td,d-d� d S ).Nz--type�mtype�lengthzType of measurement)�dest�default�helpz--methodzText Orientation method)�typer r
z--presetFormat� TaP_startzPreset text layout)r r
z
--startOffset�customzText Offset along Pathz--startOffsetCustom�2 z--anchor�startzText Anchorz
--positionz
Text Positionz--angler �Anglez-fz
--fontsize� zSize of length label text in pxz-oz--offseti����zThe distance above the curvez-uz--unit�mmzThe unit of the measurementz-pz--precision� z0Number of significant digits after decimal pointz-sz--scaleg�������?z"Scale Factor (Drawing:Real Length))�add_argument�
arg_method�method_textonpath�int�float)�self�pars� r �)/usr/share/inkscape/extensions/measure.py�
add_arguments&