This is a question rather than an issue.
How would one compare two svg images to detect similarities? I understand that an svg object should be treated as text as far as its content goes. Supposing I have two svgs which differ only in a path element with the first one colored using #97C024 and the second using #97C020, if I create my iscc codes from instance, content(text), and data units and compare them I obtain a similarity of 74% calculated with iscc_similarity. Would not such a value be an underestimation of their similarity? The analyzed svgs should be practically considered equal. How would I use the ISCC algorithms to spot such subtle differences? Thanks in advance.
This is a question rather than an issue.
How would one compare two svg images to detect similarities? I understand that an svg object should be treated as text as far as its content goes. Supposing I have two svgs which differ only in a
pathelement with the first one colored using#97C024and the second using#97C020, if I create my iscc codes from instance, content(text), and data units and compare them I obtain a similarity of 74% calculated withiscc_similarity. Would not such a value be an underestimation of their similarity? The analyzed svgs should be practically considered equal. How would I use the ISCC algorithms to spot such subtle differences? Thanks in advance.