diff options
| author | Maximilian Albert <maximilian.albert@gmail.com> | 2008-07-22 13:09:59 +0000 |
|---|---|---|
| committer | cilix42 <cilix42@users.sourceforge.net> | 2008-07-22 13:09:59 +0000 |
| commit | a6371ab8e05419983bad7280f96aa9e6cef30298 (patch) | |
| tree | fb8a7e8a0bafa23760d66b0fb028f56f6bf8b2b2 /src/display/Makefile_insert | |
| parent | Scale parameter for lpe-ruler (diff) | |
| download | inkscape-a6371ab8e05419983bad7280f96aa9e6cef30298.tar.gz inkscape-a6371ab8e05419983bad7280f96aa9e6cef30298.zip | |
New CanvasText item; TODO: works quite well but updating may be incorrect since update() is called before render() but only the latter gets passed the cairo context from which we can compute the text extents (we use a slightly kludgy workaround now)
(bzr r6394)
Diffstat (limited to 'src/display/Makefile_insert')
| -rw-r--r-- | src/display/Makefile_insert | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/display/Makefile_insert b/src/display/Makefile_insert index bc74c6f22..40eea17c0 100644 --- a/src/display/Makefile_insert +++ b/src/display/Makefile_insert @@ -44,6 +44,8 @@ display_libspdisplay_a_SOURCES = \ display/canvas-temporary-item.h \ display/canvas-temporary-item-list.cpp \ display/canvas-temporary-item-list.h \ + display/canvas-text.cpp \ + display/canvas-text.h \ display/curve.cpp \ display/curve.h \ display/display-forward.h \ |
