| | Re: Web-based LDraw viewing Michael Horvath
| | | How about .SVG ? (21 years ago, 13-Mar-04, to lugnet.cad.dev, FTX)
| | | | | | | | Re: Web-based LDraw viewing Andrew Westrate
| | | | | (...) A while back, I wrote for my own amusement a perl program which will take a patterned part, and will produce an SVG file of the pattern. I've been thinking about forwarding it to the LDraw.org team, so they could include it with the parts (...) (21 years ago, 14-Mar-04, to lugnet.cad.dev, FTX)
| | | | | | | | | | | | SVG (was Re: Web-based LDraw viewing) Andrew Westrate
| | | | | | Here's an example (it even does some primitive substitution): <?xml version="1.0"?> <svg width="100%" height="100%" viewBox="-18.5 -18.5 37 37"> <defs> <style> <![CDATA[ svg { fill-opacity:0.5;str...oin:round; } .c0 { (...) (21 years ago, 14-Mar-04, to lugnet.cad.dev)
| | | | | | | | | | | | | Re: Web-based LDraw viewing Michael Horvath
| | | | | (...) Well, I'd like the format more if browsers displayed them, by default. (21 years ago, 21-Mar-04, to lugnet.cad.dev, FTX)
| | | | | | |