Friday, March 4, 2011

3/3/11

I keep running into rendering problems when working with .svg files.
Text especially will not render will, as font sizes are nearly impossible to specify from inkscape.

2 comments:

  1. Your page validates as HTML 5, nice! Is the "plugin" attribute needed in the embed tag? What happens without it. I thought SVG was natively supported by all modern browsers (which means all but IE).

    ReplyDelete
  2. .svg files made in inkscape aren't easily embedded in html. inkscape creates <svg (or <path or <filter or...) tags, what are needed to embed directly are <svg:svg tags. Technically, I would be able to replace each <svg tag with <svg:svg (or each <path with <svg:path) but for the complex images I am making, it is extremely painstaking.

    ReplyDelete