SVG-Bug: different rendering of standalone-SVG and inline-SVG for foreignObject-tag
I developed an SVG inline a HTML-file and used the foreignObject. Everything worked fine.Then I build an svg-file from the inline-svg. And the foreignObject did not worked anymore. HTML-example<!DOCTYPE html> <html lang="de"> <head> <meta charse...