Changeset 20

Show
Ignore:
Timestamp:
01/05/06 11:42:12 (2 years ago)
Author:
al
Message:

Added changes to version history in docs. Added width and height definition when loading dummy plugin automatically in SVG+IE+ASV

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plotkit/trunk/doc/PlotKit.SVG.html

    r16 r20  
    5656xmlns:xlink="http://www.w3.org/1999/xlink"> 
    5757<head>         
    58   <object id="AdobeSVG" classid="clsid:78156a80-c6a1-4bbf-8e6a-3cd390eeb4e2"></object> 
     58  <object id="AdobeSVG" classid="clsid:78156a80-c6a1-4bbf-8e6a-3cd390eeb4e2" width="1" height="1"></object> 
    5959  <?import namespace="svg" implementation="#AdobeSVG"?> 
    6060... 
  • plotkit/trunk/doc/PlotKit.html

    r17 r20  
    115115</ul> 
    116116 
     117<h3>PlotKit 0.9 (in development)</h3> 
     118<ul> 
     119 <li> 
     120     Fixed some redraw issues with clear() 
     121 </li> 
     122 
     123 <li> 
     124     Replaced IECanvas.HTC with ExplorerCanvas 
     125 </li> 
     126 
     127 <li> 
     128     Added auto import and packed versions just like MochiKit. 
     129 </li> 
     130</ul> 
     131 
    117132<h1> Road Map</h1> 
    118133 
    119134<h3>Version 0.9</h3> 
    120135<ul> 
    121  <li> 
    122      Use ExplorerCanvas rather than the annoying HTC file. 
    123  </li> 
    124  
    125136 <li> 
    126137     AutoSelectRenderer, automatically choose Canvas or SVG by auto detecting browser support. 
  • plotkit/trunk/doc/PlotKit.txt

    r17 r20  
    6565* Total rewrite from [CanvasGraph 0.7][CanvasGraph] 
    6666 
     67###PlotKit 0.9 (in development) 
     68 
     69* Fixed some redraw issues with clear() 
     70* Replaced IECanvas.HTC with ExplorerCanvas 
     71* Added auto import and packed versions just like MochiKit. 
     72 
    6773Road Map 
    6874======== 
    6975###Version 0.9 
    7076 
    71 * Use ExplorerCanvas rather than the annoying HTC file. 
    7277* AutoSelectRenderer, automatically choose Canvas or SVG by auto detecting browser support. 
    7378