Ælberiigor
Member
I work on the french translation of Exposing the lie of Islam and many things must be reworked including images.
The first lines are SGML entities for title, text, then the colors.
My problem is the chakra color : I define Crown as "violet" and 6th as "purple", then blue.. to red. I'm not sure the rendering is adequate.
If someone know the correct color notation it's genial.
After the color problem is fixed, each translator will can annotate his version.
There is few other SVG to create - with hip, temples and Astaroth's star.
Code:
<?xml version="1.0"?>
<!DOCTYPE svg [
<!-- TRANSLATION SECTION -->
<!-- title -->
<!ENT[/IMG]
<!ENT[/IMG]
<!-- chakra names -->
<!ENT[/IMG]
<!ENT[/IMG]
<!ENT[/IMG]
<!ENT[/IMG]
<!ENT[/IMG] <!-- line 1 -->
<!ENT[/IMG] <!-- line 2 -->
<!ENT[/IMG]
<!ENT[/IMG]
<!ENT[/IMG]
<!-- COLOR SECTION -->
<!-- text colors -->
<!ENT[/IMG]
<!ENT[/IMG]
<!-- background color -->
<!ENT[/IMG]
<!ENT[/IMG]
<!-- chakra colors -->
<!ENT[/IMG]
<!ENT[/IMG]
<!ENT[/IMG]
<!ENT[/IMG]
<!ENT[/IMG]
<!ENT[/IMG]
<!ENT[/IMG]
<!-- GEOMETRIC CONSTANTS SECTION-->
<!ENT[/IMG]
]>
<sv[/IMG]
<desc>Soul Cross</desc>
<rect x='0' y='0' width='800' height='1100' rx='5%' ry='5%' fill='&color_background;' stroke='&border_background;' stroke-width='1'/>
<!-- Title -->
<g transform='translate(400, 50)'><text fill='&color_title;' font-size='40' text-anchor='middle'>&title_line1;</text></g>
<g transform='translate(400,100)'><text fill='&color_title;' font-size='40' text-anchor='middle'>&title_line2;</text></g>
<!-- Chakras -->
<g transform='translate(280,200)' stroke='none' font-size='30' stroke-width='1'>
<!-- Crown -->
<path fill='&color_crown;' d='&triangle_path;' />
<g transform='translate(80,0)'><text fill='&color_text;'>&chakra_crown;</text></g>
<!-- 6th -->
<g transform='translate(0,120)'>
<path fill='&color_6th;' d='&triangle_path;' />
<g transform='translate(80,0)'><text fill='&color_text;'>&chakra_6th;</text></g></g>
<!-- Throat -->
<g transform='translate(0,240)'>
<path fill='&color_throat;' d='&triangle_path;' />
<g transform='translate(80,0)'><text fill='&color_text;'>&chakra_throat;</text></g></g>
<!-- Heart -->
<g transform='translate(0,390)'>
<!-- Cross heart -->
<g transform='translate(0,40)'>
<path fill='&color_heart;' d='&triangle_path;' /></g>
<g transform='translate(0,-40) rotate(180)'>
<path fill='&color_heart;' d='&triangle_path;' /></g>
<g transform='translate(-40,0) rotate(90)'>
<path fill='&color_heart;' d='&triangle_path;' /></g>
<g transform='translate(40,0) rotate(-90)'>
<path fill='&color_heart;' d='&triangle_path;' /></g>
<g transform='translate(80,-60)'><text fill='&color_text;'>&chakra_heart;</text></g>
<!-- shoulders -->
<g transform='translate(-200,0) rotate(-90)'>
<path fill='&color_heart;' d='&triangle_path;' /></g>
<g transform='translate(200,0) rotate(90)'>
<path fill='&color_heart;' d='&triangle_path;' /></g>
<!-- -->
<line x1='-200' y1='0' x2='-150' y2='90' stroke='&color_text;' />
<line x1='200' y1='0' x2='200' y2='90' stroke='&color_text;' />
<line x1='-150' y1='90' x2='380' y2='90' stroke='&color_text;' />
<line x1='380' y1='60' x2='380' y2='90' stroke='&color_text;' />
<!-- <line x1='260' y1='60' x2='400' y2='60' stroke='&color_text;' />-->
<g transform='translate(380,00)'><text fill='&color_text;' text-anchor='middle'>&chakra_shoulders1;</text></g>
<g transform='translate(380,40)'><text fill='&color_text;' text-anchor='middle'>&chakra_shoulders2;</text></g>
</g>
<!-- Plexus -->
<g transform='translate(0,540)'>
<path fill='&color_plexus;' d='&triangle_path;' />
<g transform='translate(80,0)'><text fill='&color_text;'>&chakra_plexus;</text></g></g>
<!-- Sacral -->
<g transform='translate(0,660)'>
<g transform='rotate(180)'>
<path fill='&color_sacral;' d='&triangle_path;' /></g>
<g transform='translate(80,0)'><text fill='&color_text;'>&chakra_sacral;</text></g></g>
<!-- Base -->
<g transform='translate(0,780)'>
<g transform='rotate(180)'>
<path fill='&color_base;' d='&triangle_path;' /></g>
<g transform='translate(80,0)'><text fill='&color_text;'>&chakra_base;</text></g></g>
</g>
</svg>
The first lines are SGML entities for title, text, then the colors.
My problem is the chakra color : I define Crown as "violet" and 6th as "purple", then blue.. to red. I'm not sure the rendering is adequate.
If someone know the correct color notation it's genial.
After the color problem is fixed, each translator will can annotate his version.
There is few other SVG to create - with hip, temples and Astaroth's star.