OCCSVG 1.0.1-alpha1

This is a prerelease version of OCCSVG.
The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package OCCSVG --version 1.0.1-alpha1
                    
NuGet\Install-Package OCCSVG -Version 1.0.1-alpha1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OCCSVG" Version="1.0.1-alpha1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OCCSVG" Version="1.0.1-alpha1" />
                    
Directory.Packages.props
<PackageReference Include="OCCSVG" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OCCSVG --version 1.0.1-alpha1
                    
#r "nuget: OCCSVG, 1.0.1-alpha1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package OCCSVG@1.0.1-alpha1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OCCSVG&version=1.0.1-alpha1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=OCCSVG&version=1.0.1-alpha1&prerelease
                    
Install as a Cake Tool

Welcome to OCCSVGViewer

OCCSVGViewer is a DEMO 3D-Viewer built on Occt.NET (7.9.0). It uses the OCCSVG NuGet package developed by Dr.-Ing. Rabih Kaddour to read, interpret, and render SVG files. The package is designed to import various SVG elements into a .NET application.

The OCCSVGViewer application also displays also the topology of the SVG model and its elements in a TreeView.

The OCCSVG NuGet package is built upon several key technologies: .Net, C#, C++/CLI. It also uses Occt.NET (version 7.9.0), which is based on Open CASCADE Technology (OCCT), is available from: https://www.nuget.org/packages/Occt.NET. OCCSVG can accurately read shapes defined in SVG files, including their strokes, fills, and other properties. It supports most types of gradients, patterns, which gives designers the freedom to define their drawings in almost any vector drawing application and save them into SVG file.

Application developers can then use the drawings in their .NET applications.

About Open CASCADE Technology

The restore script downloads a pre-built version of Open CASCADE Technology (OCCT) so that the project can be built immediately. This package contains only the parts that are used in this project. The complete distribution can be cloned from the https://github.com/Open-Cascade-SAS/OCCT This allows to use additional parts, build the library with other build options or to make code changes. The currently used version can be found in the about dialog.

Development requirements

• Microsoft Visual Studio Professional 2022 (64-bit) o .Net Desktop workload o .Net 8 support component o C++/CLI support component

Unsupported Features:

• Reading marker elements (e.g., line starting and ending shapes) • Reading clipPath and mask elements • Reading Text on Path • Reading image is not currently supported

Product Compatible and additional computed target framework versions.
.NET net8.0-windows7.0 is compatible.  net9.0-windows was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated