SVG Style implementation

1
Hello Mendix,              Anybody know how to add SVG style in mendix  buttons? Is there any way to add SVG style?
asked
2 answers
4

Hi Ramachandiran,

are you asking your buttons to have a code in this format  as with <SVG> tag

<svg width="500" height="500">

        <a href="#">

            <Circle cx="60"

                    cy="60"

                    r="50"

                    stroke="black"

                    fill="green"

                    stroke-width="3"/>

        </a>

    </svg>

answered
0

Hi, if you have a business selling various products then you shouldn't limit yourself to the popular platforms on which you place your product. I recommend that as your business grows, you develop your own e-commerce project anyway. Because it gives you autonomy. You can read more here: https://rexsoftinc.com/Custom-Ecommerce-Development .

answered