Hi, I have seen some tools for drawing/importing/converting simple business graphics in SVG format, but not sure what the approach should be.
Can you recommend an easy method of producing a simple graphic and lifting the entire SVG result (URL encoded I think?) and placing in the Imagebox location field for printing, similar to the examples in the Genero Report from Templates, without having to do any kind of edits first?
below from Genero DIN 5008 template:
data:image/svg,%3C?xml version=%221.0%22 encoding=%22UTF-8%22?%3E%0A%3Csvg width=%22375pt%22 height=%22119pt%22 version=%221.2%22 xmlns=%22http:
//www.w3.org/2000/svg%22 viewBox=%220 0 1562 494%22%3E%0A %3Cpath d=%22M 0 0 V 494 L 428 248 z L 631 277 L 1208 0 z%22 fill=%22#42A62A%22 stroke=%22%2342A62A%22/%3E%0A %3Cpath d=%22M 0 0 L 428 247 L 486 214 z M 631 277 L 1208 0 H 1562 z%22 fill=%22%2300632D%22 stroke=%22%2300632D%22/%3E%0A%3C/svg%3E%0A
Thanks