b4xpath

  1. G

    Android Question CSS to B4X Path

    Can some one convert this css clippath to b4xpath? I got this from https://bennettfeely.com/clippy/ Thanks: clip-path: polygon(20% 0%, 0% 20%, 30% 50%, 0% 80%, 20% 100%, 50% 70%, 80% 100%, 100% 80%, 70% 50%, 100% 20%, 80% 0%, 50% 30%); Better yet, is there a routine to convert css clip-path to...
  2. G

    Android Question SVG to Path: No move to and cubic to options in b4xpath?

    I used https://codecrafted.net/svgtoandroid to convert svg to path. The code generated by it includes moveto and cubicto. However there seems to be no such option in b4xpath. How to incorporate moveto and cubicto in b4xpath? private static final Path t = new Path()...
Top