| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 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� � @ sL d Z ddlZddlmZ ddlZG dd� dej�Zedkr$e� � � dS dS )aL
This effect adds a feature visible (or usable) only on a SVG enabled web
browser (like Firefox). This effect sets one or more attributes in the second
selected element, when a defined event occurs on the first selected element.
If you want to set more than one attribute, you must separate this with a space,
and only with aspace.
� N)�
inkex_gettextc @ s e Zd ZdZdd� Zdd� ZdS )�SetAttributez(Set a web attribute accross many objectsc C sb |j ddd� |j dddd� |j dd d
d� |j ddd
d� |j dddd� |j dddd� d S )Nz--tabz'The selected UI-tab when OK was pressed)�helpz--att�fillzAttribute to set.)�defaultr z--val�redzValues to set.z--when�onclickzWhen it must to set?z
--from-and-to�from_and_to�g-to-one)�destr z--compatibility�appendz/Compatibility with previews code to this event.)�add_argument)�self�pars� r �-/usr/share/inkscape/extensions/web_set_att.py�
add_arguments"