Re: Broken images in SVG -doc

Hi David, Rick.

ddailey@zoominternet.net:
>  In the document at
> http://www.w3.org/TR/SVG/painting.html#StrokeProperties [1]  
> 
> a few images show up as broken at least in Google Chrome, Opera and
> IE+ASV (Windows).  

Thanks for pointing this out.

Rick:
> And Firefox/Chrome/Opera on Linux, this is a new thing, I'm positive
> that they worked before.

Yeah.  It looks like they’ve had some LF → CR/LF mangling, probably by
cvs.  (cvs, sigh.)  They are checked in to dev.w3.org with -kb, so my
guess is they didn’t have -kb when checked in to www.w3.org.

irk:/z/SVG/profiles/1.1F2/publish/images $ find . -name '*.png' | sed 's/^..//' | while read x; do (echo -n "$x " && curl http://www.w3.org/TR/SVG/images/$x 2>/dev/null | file -b -) | grep -v PNG; done
filters/feImage-01.png HTML document text
filters/smiley.png HTML document text
painting/fillrule-evenodd.png data
painting/fillrule-nonzero.png data
painting/inheritance.png data
painting/linecap.png data
painting/linejoin.png data
painting/marker.png data
paths/arcs01.png data
paths/arcs02.png data
paths/cubic01.png data
paths/cubic02.png data
paths/quad01.png data
paths/triangle01.png data
struct/Use01.png data
struct/Use02.png data
struct/Use03.png data
struct/Use04.png data

The ones with “data” are those that probably have the binary-as-text
problem, and the “HTML document text” ones are probably 404s.

Chris/Doug could you look into this?

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Friday, 14 January 2011 23:01:58 UTC