
    BPc                         d Z ddlZddlmZ ddlmZ ddlmZ  G d deej                  Ze	dk    r e            
                                 dS dS )	z
This extension will pre-process a vector image by applying the operations:
'EditSelectAllInAllLayers' and 'ObjectToPath'
before calling the dialog File->Save As....
    N)TempDirMixin)inkscape_command)load_svgc                       e Zd Zd ZdS )
PreProcessc                 Z    t          t          | j        g d                    | _        d S )N)EditSelectAllInAllLayersEditUnlinkCloneObjectToPath)verbs)r   r   svgdocument)selfs    6/usr/share/inkscape/extensions/prepare_file_save_as.pyeffectzPreProcess.effect)   s7     UUU  
 
    N)__name__
__module____qualname__r    r   r   r   r   (   s#        
 
 
 
 
r   r   __main__)__doc__inkex
inkex.baser   inkex.commandr   r   EffectExtensionr   r   runr   r   r   <module>r      s   8   # # # # # # * * * * * *      
 
 
 
 
u4 
 
 
 zJLL r   