Welcome to our New Forums!

Our forums have been upgraded and expanded!

Welcome to Our New Forums

  • Our forums have been upgraded! You can read about this HERE

Translatable Soul Cross SVG picture

Ælberiigor

Active member
Joined
Dec 1, 2023
Messages
195
Location
France
I work on the french translation of Exposing the lie of Islam and many things must be reworked including images.
Code:
<?xml version="1.0"?>
  <!DOCTYPE svg [
    <!-- TRANSLATION SECTION -->
    <!-- title -->
    <!ENTITY title_line1 "The Cross of the Soul">
    <!ENTITY title_line2 "An Ancient Pagan Symbol">

    <!-- chakra names -->
    <!ENTITY chakra_crown  "Crown Chakra">
    <!ENTITY chakra_6th    "Third Eye / 6th Chakra">
    <!ENTITY chakra_throat "Throat Chakra">
    <!ENTITY chakra_heart  "Heart Chakra - Connector">
    <!ENTITY chakra_shoulders1 "Shoulder"> <!-- line 1 -->
    <!ENTITY chakra_shoulders2 "Chakras">  <!-- line 2 -->
    <!ENTITY chakra_plexus "Solar Plexus Chakra">
    <!ENTITY chakra_sacral "Sacral Chakra">
    <!ENTITY chakra_base   "Base Chakra">

    <!-- COLOR SECTION -->
    <!-- text colors -->
    <!ENTITY color_title "red">
    <!ENTITY color_text "white">

    <!-- background color -->
    <!ENTITY color_background "black">
    <!ENTITY border_background "red">

    <!-- chakra colors -->
    <!ENTITY color_crown  "violet">
    <!ENTITY color_6th    "purple">
    <!ENTITY color_throat "blue">
    <!ENTITY color_heart  "green">
    <!ENTITY color_plexus "yellow">
    <!ENTITY color_sacral "orange">
    <!ENTITY color_base   "red">

    <!-- GEOMETRIC CONSTANTS SECTION-->
    <!ENTITY triangle_path "M-50,-40 L50,-40 L0,40 L-50,-40">
  ]>

  <svg xmlns="http://www.w3.org/2000/svg" version="1.2" baseProfile="tiny" width="10.4cm" height="14.3cm" viewBox="0 0 800 1100">
  <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>

Soul-Cross.en.png
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.
 
Crown:
chakra-energy-centers-the-crown-chakra.jpg


6th:
file.jpg



---
The above pictures have the colors best.

The below ones arent, but I have put these pics here to show how the side extensions are above their chakras. And how the hearth chakra does not look like a star.
1-2.png
2.png
 
And how the hearth chakra does not look like a star.
Yes, the heart Chakra look like the Azazel Sigil vertically aligned. In this series, it's to show the Chakras connections and is related with the Astaroth star.
The translatable Astaroth Star :
Screenshot_2024-03-12_23-57-10.png
Colors may be OK now.
I will append all the code when I've finished.
 
Yes, the heart Chakra look like the Azazel Sigil vertically aligned. In this series, it's to show the Chakras connections and is related with the Astaroth star.
The translatable Astaroth Star :
View attachment 934
Colors may be OK now.
I will append all the code when I've finished.

Model4Heart.gif
heart_symbol.gif


It's a 6 pointed star, 2 pyramid put together. It does not have rounded corners, nor 8 points, it is exactly as if you would put two isosceles triangle (in 2D) together. Very similar to a hexagram.

But you can prove me wrong.
 
But you can prove me wrong.
You're right.
I translate exposing the lie of islam from HPS Zildar Raasi and, as connector, the heart chakra is represented either as a cross :
the-soul.jpg


or as a eight pointed star, like the Astaroth cross like if this chakra was energetically connected to all others secondary ones :
raysoftheheart882.jpg


The symbolism of cross and eight pointed star would be simplistic representations of Soul, Tree of Life...

But in meditation, we visualize the up/down representation like on your picture and chakras are not geometrically aligned.

On your images, the diagrams are differents. Does chakras have a "solid" form ? I supposed that the way they radiate change according to our development, state health and essentially this one, others are already conical.

I simply resize some pictures and make new nice and translatable diagrams.
 
The symbolism of cross and eight pointed star would be simplistic representations of Soul, Tree of Life...

The base, heart, and 6th chakra would be a cross than. Symbolism is not literal ergo it's different from reality. We should stick to reality to avoid confusion. The side extensions are above their chakras and a bit below to the next chakra.
 
The side extensions are above their chakras and a bit below to the next chakra.
I agree and had noted that.

But for my translations, I won't upset the work of a High Priestess. On the site, there is a context and pictures are simple diagrams explaining origin of stolen symbolism.

In the reality, chakras are no more aligned than they are equidistant. In this case we must show a character like on your work.
 

Al Jilwah: Chapter IV

"It is my desire that all my followers unite in a bond of unity, lest those who are without prevail against them." - Satan

Back
Top