#!/usr/bin/env tclsh ## -*- tcl -*- # @@ Meta Begin # Application dia 1.0 # Meta author Andreas Kupries # Meta category Processing tklib diagrams # Meta description This application is a processor for documents written in # Meta description the tklib diagram language. It should cover the most # Meta description common use cases, rendering to canvas for display, and # Meta description batch conversion to raster images. # Meta license BSD # Meta platform tcl # Meta require diagram::application # Meta subject diagram drawing point line spline arrow ellipse box # Meta subject circle intersection interpolation picture drum arc # Meta subject diamond text ellipse plotting vector {plane geometry} # Meta subject {2D geometry} move canvas image {raster image} # Meta summary Lightweight Diagram Processor # @@ Meta End # # ## ### ##### ######## ############# ##################### package require diagram::application if {[catch { diagram::application $argv } msg]} { #puts $::errorInfo diagram::application::showerror $msg } # # ## ### ##### ######## ############# ##################### exit