home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 583a.lha / Drivers / readme.dr2d < prev    next >
Text File  |  1991-07-05  |  4KB  |  118 lines

  1.               ** UPDATED IMPORT MODULE FOR PAGESTREAM2 **
  2.                         
  3.                    DR2D.import  - version 2.1.5
  4.  
  5. ;***************************** Changes **************************
  6. ;
  7. ; version 2.1.5
  8. ;
  9. ;       - added a version string, so 'version dr2d.import' will return
  10. ;         the version number of the module.
  11. ;
  12. ;       - added font support - if the font specified in the FONS chunk is 
  13. ;         available to PageStream it will use it, if not it will use a serif
  14. ;         or san-serif font (CSTimes or CSTriumvirate) depanding on the flag 
  15. ;         in the FONS chunk.
  16. ;
  17. ;       - added support for the new CMYK chunk. The module will use the CMYK
  18. ;         definition if present, if not it will use the rgb (CMAP) definition
  19. ;         for the color values.
  20. ;
  21. ;       - added support for the new CNAM chunk. The module will use the name
  22. ;         from the CNAM chunk if present, otherwise it will construct a name
  23. ;         from the CMYK definition if present, if not, it will construct the 
  24. ;         name from the rgb (CMAP) definition.
  25. ;
  26. ;       - fixed a bug that would cause PgS to crash when the object was pasted
  27. ;         in some instances. This occured because a CPLY was identified as a 
  28. ;         line at the start of the object processing code (it had 2 points) 
  29. ;         and not at the end (because it was suppose to be filled).
  30. ;
  31. ;
  32. ; version 2.1.4
  33. ;
  34. ;       - fixed bug when placing text objects (stxt chunks). Before it would
  35. ;         use the baseline as the top of the object, now it uses it as the
  36. ;         baseline and calculates the top and bottom of the object using the
  37. ;         baseline as a reference.
  38. ;
  39. ;
  40. ; version 2.1.3  (shipped with PgS2.1 12/7/90)
  41. ;
  42. ;       - now handles different coordinate systems (different zero origin)
  43. ;
  44. ;
  45. ; version 2.1.2
  46. ;
  47. ;       - fixed color bug that occured when trying to add predefined
  48. ;         color with a different name (ie. Black = DR2D000000)
  49. ;
  50. ;                
  51. ; version 2.1.1   (uploaded 11/16/90)
  52. ;
  53. ;       - fixed bug when first point of the curve is not the same as the
  54. ;         prev point.
  55. ;
  56. ;
  57. ; version 2.1.0 (and above needs PgS 2.1.0)
  58. ;
  59. ;       - added support for group objects
  60. ;
  61. ;       - added suport for color
  62. ;
  63. ;       - fixed negative floating point number bug
  64. ;
  65. ;       - fixed line width - now no longer divides dr2d line width by 100
  66. ;
  67. ;       - fixed text import bug
  68. ;
  69. ;       - now detects serif and sanserif text objects
  70. ;
  71. ;       - fixed bug in poly stuff - changed tdln dection method
  72. ;
  73. ;
  74. ; version 2.0.1
  75. ;                               
  76. ;       - added supported for CURVETO and MOVETO in same case (0x00000003)
  77. ;       
  78. ;       - fix bug that caused divide by zero error when an old dr2d file
  79. ;         was imported. this was caused by a lack of pprf chunk. this in
  80. ;         turn would never set up the conversion factors so they would
  81. ;         be zero - hence the divide by zero error!. this has been fixed.
  82. ;
  83. ;
  84. ; version 2.0.0
  85. ;       
  86. ;       - first release
  87.  
  88.  
  89. ***************************************************************************
  90.  
  91.  
  92.  
  93. IFF DR2D???  What the heck is that?  IFF DR2D is a new IFF file format for 
  94. 2-D Structured Drawings (as opposed to bitmap drawings).
  95.  
  96. IFF DR2D is currently used by ProVector to store it's files.
  97.  
  98. With version 2.0 of the OS the "version" command has gained some new talents.
  99. Whereas it used to only work on libraries, it now works on any file. It will
  100. look for a "version string" inside a file and print it out to the CLI if it
  101. finds it.  A "version string" has been added to many of the new import modules.
  102. This makes it very easy to find out what version of the import module you have.
  103. From a CLI just type "version <module name>" and press return. You no longer
  104. have to load up PageStream and look at the import requester for the version
  105. number.
  106.  
  107. As with all the modules, if you come across some pictures that will not load
  108. or crash when importing, please upload them to our BBS or mail them to us on
  109. a floppy disk with an explaination of the problem. We will try them and fix
  110. the import module if appropriate.
  111.  
  112.  
  113. Thank you,
  114.  
  115.  
  116. Gary Knight
  117. Soft-Logik Publishing Corp.
  118.