Skip to content

Commit

Permalink
Remove svg adapter (#1502)
Browse files Browse the repository at this point in the history
* removed svg adapter and related test files
* updated auto documentation

Signed-off-by: apetrynet <[email protected]>
  • Loading branch information
apetrynet authored and reinecke committed Apr 12, 2024
1 parent cea5344 commit 9a6f2fc
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 2,197 deletions.
22 changes: 0 additions & 22 deletions docs/tutorials/otio-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,28 +190,6 @@ read on unix and windows platforms.



### svg

```
OTIO to SVG Adapter
Points in calculations are y-up.
Points in SVG are y-down.
```

*source*: `opentimelineio/adapters/svg.py`


*Supported Features (with arguments)*:

- write_to_string:
- input_otio
- width
- height





## Media Linkers

Media Linkers run after the adapter has read in the file and convert the media
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@
"name" : "otiod",
"filepath" : "otiod.py",
"suffixes" : ["otiod"]
},
{
"OTIO_SCHEMA" : "Adapter.1",
"name" : "svg",
"filepath" : "svg.py",
"suffixes" : ["svg"]
}
],
"hooks": {
Expand Down
Loading

0 comments on commit 9a6f2fc

Please sign in to comment.