> Is there any work/development on a > circuit diagram image file format suitable for webpages? Should/can > there be such a standard at all?
If the goal is to simply allow a web browser to display a circuit schematic, then SVG may be a good option. Mozilla & Firefox can display SVG natively, or as a fallback a person could write a Java Applet using Batik to show SVG files in a browser. Kicad's EESCHEMA already has SVG export capabilities, and it would not be too hard to fill in any small gaps in that area. If the ideas is to make those schematics editable, then that is altogether something more difficult, and you need something like Kicad for that. Dick
