head 1.2; access; symbols pkgsrc-2020Q1:1.1.0.14 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.16 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.12 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.10 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.8 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.6 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.4 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.2 pkgsrc-2018Q2-base:1.1; locks; strict; comment @// @; 1.2 date 2020.05.06.01.42.28; author ryoon; state dead; branches; next 1.1; commitid lHDT3lJqQW8Gv77C; 1.1 date 2018.06.28.11.18.59; author jperkin; state Exp; branches; next ; commitid 1hxVxnbS0Rzxu2IA; desc @@ 1.2 log @inkscape: Update to 1.0 Changelog: Inkscape 1.0 Release highlights Theming support and more new customization options Better HiDPI (high resolution) screen support Native support for macOS with a signed and notarized .dmg file Coordinate origin in top left corner by default Canvas rotation and mirroring On-Canvas alignment of objects Split view and X-Ray modes PowerPencil for drawing editable, variable width strokes with a pressure sensitive graphics tablet New PNG export options Integrated centerline tracing for vectorization of line drawings Searchable Symbols dialog New Live Path Effect (LPE) selection dialog New Corners (Fillet/chamfer) LPE, (lossless) Boolean Operation LPE (experimental), Offset LPE and Measure Segments LPE (and more!) Path operations, deselection of a large number of paths as well as grouping/ungrouping are much faster now Much improved text line-height settings Variable fonts support (only if compiled with pango library version >= 1.41.1) Browser-compatible flowed text Extensions programming interface updated, with many new options Python 3 support for extensions @ text @$NetBSD: patch-src_extension_internal_emf-print.cpp,v 1.1 2018/06/28 11:18:59 jperkin Exp $ Avoid ambiguous function calls. --- src/extension/internal/emf-print.cpp.orig 2017-08-06 20:44:00.000000000 +0000 +++ src/extension/internal/emf-print.cpp @@@@ -664,7 +664,7 @@@@ int PrintEmf::create_pen(SPStyle const * Geom::Point p1(one * transform); Geom::Point p(p1 - p0); - double scale = sqrt((p[X] * p[X]) + (p[Y] * p[Y])) / sqrt(2); + double scale = std::sqrt((p[X] * p[X]) + (p[Y] * p[Y])) / std::sqrt(2); if (!style->stroke_width.computed) { return 0; //if width is 0 do not (reset) the pen, it should already be NULL_PEN @ 1.1 log @inkscape: Avoid ambiguous function calls, fix PKGLOCALEDIR. @ text @d1 1 a1 1 $NetBSD$ @