Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ImportedProjects
SVG
Commits
d3803c98
Commit
d3803c98
authored
Nov 12, 2013
by
Tebjan Halm
Browse files
Merge branch 'master' of github.com:vvvv/SVG
parents
22f6e438
1cab198c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Source/Document Structure/SvgTitle.cs
0 → 100644
View file @
d3803c98
using
System
;
using
System.Collections.Generic
;
using
System.Text
;
using
System.ComponentModel
;
namespace
Svg
{
[
SvgElement
(
"title"
)]
public
class
SvgTitle
:
SvgElement
{
public
override
SvgElement
DeepCopy
()
{
return
DeepCopy
<
SvgTitle
>();
}
public
override
SvgElement
DeepCopy
<
T
>()
{
var
newObj
=
base
.
DeepCopy
<
T
>()
as
SvgTitle
;
return
newObj
;
}
}
}
\ No newline at end of file
Source/Svg.csproj
View file @
d3803c98
...
...
@@ -97,6 +97,7 @@
<Compile
Include=
"DataTypes\SvgOverflow.cs"
/>
<Compile
Include=
"DataTypes\SvgUnitCollection.cs"
/>
<Compile
Include=
"DataTypes\SvgViewBox.cs"
/>
<Compile
Include=
"Document Structure\SvgTitle.cs"
/>
<Compile
Include=
"Document Structure\SvgDocumentMetadata.cs"
/>
<Compile
Include=
"Painting\SvgMarker.cs"
/>
<Compile
Include=
"Document Structure\SvgDefinitionList.cs"
/>
...
...
Source/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
View file @
d3803c98
No preview for this file type
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment