HEX
Server: Apache
System: Linux opal14.opalstack.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
User: curbgloabal_opal (1234)
PHP: 8.1.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //usr/share/inkscape/extensions/aisvg.xslt
<?xml version="1.0"?>
<xsl:stylesheet  xml:space="default" version="1.0" 
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:x="http://ns.adobe.com/Extensibility/1.0/" 
xmlns:i="http://ns.adobe.com/AdobeIllustrator/10.0/" 
xmlns:graph="http://ns.adobe.com/Graphs/1.0/" 
xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/" 
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
>
<xsl:output indent="yes"/>
	<xsl:template match="/">
			<xsl:apply-templates />
	</xsl:template>
  <xsl:template match="svg:svg/svg:switch[count(*)=2][name(*[1])='foreignObject']">
		<xsl:apply-templates select="*[not(name()='foreignObject')]/*"/>
  </xsl:template>
	<xsl:template match="svg:svg/svg:g | svg:g[@i:extraneous='self']/svg:g">
		<xsl:copy>
      <xsl:attribute name="inkscape:groupmode">layer</xsl:attribute>
			<xsl:apply-templates select="@*|*"/>
    </xsl:copy>
  </xsl:template>
	<xsl:template match="*">
		<xsl:copy>
		<xsl:apply-templates select="@*|node()|text"/>
		</xsl:copy>
	</xsl:template>
	<xsl:template match="@*">
		<xsl:copy/>
	</xsl:template>
	<xsl:template match="i:*|@i:*|x:*|@x:*|graph:*|@graph:*|a:*|@a:*">
	</xsl:template>
</xsl:stylesheet>