| Server IP : 93.86.61.54 / Your IP : 216.73.216.206 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
5�a � @ sF d Z ddlZddlmZ G dd� deej�Zedkr!e� �� dS dS )zUninstall jessyInk� N)�
JessyInkMixinc @ s e Zd ZdZdd� Zdd� ZdS )� Uninstallz Uninstall jessyInk from this svgc C sz |� d� |j dtjdd� |j dtjdd� |j dtjdd� |j dtjdd� |j dtjdd� |j d tjdd� d S )
Nz--tabz--remove_scriptT)�type�defaultz--remove_effectsz--remove_masterSlidez--remove_transitionsz--remove_autoTextsz--remove_views)�add_argument�inkex�Boolean)�self�pars� r �4/usr/share/inkscape/extensions/jessyink_uninstall.py�
add_arguments s
zUninstall.add_argumentsc C s | j jrL| j�d�D ]}|�� q
g }| j�d�r"| �| j�d��}|D ]}|dkr/|�d� q$|r=| j�d| � |�� n| j
�� �d�rL| j
�� jd= | �
d| j j� | �
d| j j� | �
d| j j� | �
d| j j� | �
d| j j� | �
d | j j� | �
d
| j j� d S )Nz//svg:script[@id='JessyInk']�onloadzjessyInkInit()�effectIn� effectOut�masterSlide�transitionIn�
transitionOut�autoText�view)�options�
remove_script�svg�xpath�delete�get�prop_str_to_list�remove�set�list_to_prop_str�document�getroot�attrib�attr_remove�remove_effects�remove_masterSlide�remove_transitions�remove_autoTexts�remove_views)r �node� prop_list�propr r r �effect"