Move display/curve to path/path-curve (c9781003) · Commits · Martin Owens / inkscape · GitLab
Martin Owens
·
2026-06-26
·
via Martin Owens activity
| Original line number |
Diff line number |
Diff line |
|
@@ -18,7 +18,7 @@ |
|
|
#include <2geom/path-sink.h>
|
|
|
|
|
|
#include "desktop.h"
|
|
|
#include "display/curve.h"
|
|
|
#include "path/path-curve.h"
|
|
|
#include "document.h"
|
|
|
#include "page-manager.h"
|
|
|
#include "preferences.h"
|
|
|
| Original line number |
Diff line number |
Diff line |
|
@@ -2,7 +2,6 @@ |
|
|
|
|
|
target_sources(inkscape_base PRIVATE
|
|
|
cairo-utils.cpp
|
|
|
curve.cpp
|
|
|
dispatch-pool.cpp
|
|
|
drawing-context.cpp
|
|
|
drawing-group.cpp
|
|
@@ -69,7 +68,6 @@ target_sources(inkscape_base PRIVATE |
|
|
# Headers
|
|
|
cairo-templates.h
|
|
|
cairo-utils.h
|
|
|
curve.h
|
|
|
dispatch-pool.h
|
|
|
drawing-context.h
|
|
|
drawing-group.h
|
|
|
| Original line number |
Diff line number |
Diff line |
|
@@ -18,7 +18,7 @@ |
|
|
#include <cairomm/matrix.h>
|
|
|
#include <cstdint>
|
|
|
|
|
|
#include "display/curve.h"
|
|
|
#include "path/path-curve.h"
|
|
|
#include "display/cairo-utils.h"
|
|
|
#include "helper/geom.h" // bounds_exact_transformed()
|
|
|
|
|
|
| Original line number |
Diff line number |
Diff line |
|
@@ -31,7 +31,7 @@ |
|
|
#include "extension/output.h"
|
|
|
#include "display/drawing.h"
|
|
|
|
|
|
#include "display/curve.h"
|
|
|
#include "path/path-curve.h"
|
|
|
|
|
|
#include "object/sp-item.h"
|
|
|
#include "object/sp-root.h"
|
|
|
| Original line number |
Diff line number |
Diff line |
|
@@ -30,7 +30,7 @@ |
|
|
#include "extension/output.h"
|
|
|
|
|
|
#include "display/drawing.h"
|
|
|
#include "display/curve.h"
|
|
|
#include "path/path-curve.h"
|
|
|
|
|
|
#include "object/sp-item.h"
|
|
|
#include "object/sp-root.h"
|
|
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。