diff options
author | Andras Timar <andras.timar@collabora.com> | 2013-12-20 11:25:37 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2013-12-20 15:55:00 +0100 |
commit | b55259eeb549482477c57d854f3de72aff345edb (patch) | |
tree | 35e474b8458ae776a8455f4f78e73ae28c611180 /vcl/README | |
parent | 377ec698afc98a9a098b456f4ae3c694498df6a2 (diff) |
typo fixes
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
Diffstat (limited to 'vcl/README')
-rw-r--r-- | vcl/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcl/README b/vcl/README index 72f02e08e351..bebb9e1787bf 100644 --- a/vcl/README +++ b/vcl/README @@ -92,7 +92,7 @@ documentation parsing: - wmf/emf filter --> GDI metafile with emf+ in commments --> cppcanvas metafile renderer + wmf/emf filter --> GDI metafile with emf+ in comments --> cppcanvas metafile renderer lately the GDIMetafile rendering path changed which also influenced emf+ rendering. now many things happen in drawing layer, where @@ -101,7 +101,7 @@ metafiles with emf+ we let the mtfrenderer render them into bitmap (with transparency) and use this bitmap in drawinlayer. cleaner solution for current state would be to extend the drawing layer for missing features and move parsing into drawing layer (might be quite -a lot of work). intemediary enhancement would be to know better the +a lot of work). intermediary enhancement would be to know better the needed size/resolution of the bitmap, before we render emf+ into bitmap in drawing layer. Thorsten is working on the same problem with svg rendering, so hopefully his approach could be extended for emf+ as @@ -111,7 +111,7 @@ look at vcl/source/gdi/gdimetafile.cxx where you can look for UseCanvas again. moving the parsing into drawinglayer might also have nice side effect for emf+-dual metafiles. in case the emf+ records are broken, it would be easier to use the duplicit emf -rendering. fortunatelly we didn't run into such a broken emf+ file +rendering. fortunately we didn't run into such a broken emf+ file yet. but there were already few cases where we first though that the problem might be because of broken emf+ part. so far it always turned out to be another problem. |