On Mon, 23 Aug 2010 13:27:13 -0700 (PDT) "Edward K. Ream" <[email protected]> wrote:
> 2. The rST image:: directives now use absolute paths. For example: > > .. image:: c:/leo.repo/screen-shots/ekr-20100821182153-4353.png This seems kind of non-portable? > I wasn't sure whether this will work, but it does. > > 3. It's easy to use MsPaint to add arrows to screen shots. > > Those arrows will be in the screen-shots project. Adding arrows, callouts, etc. to the screenshot bitmaps with a vector based drawing system would make it easy to update the screen shots when all that's changed is the end position of the arrows. You would have: .../ekr-20100821182153-4353.png # unedited screenshot .../ekr-20100821182153-4353.svg # SVG which links draws arrows etc. on above .../ekr-20100821182153-4353v.png # rendered form of the above(*,**) But these are probably changes someone could demonstrate (under VCS of course) once your system's released into the wild. (*) rendering can be automatic, with the author quickly looking over the rendered output to find cases where the underlying screenshot bitmap has changed, and arrows etc. need adjusting. (**) modern browsers can render the SVG directly of course, but we'll probably need to provide rendered versions for 9-10 years until IE catches up ;-) Cheers -Terry -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
