Skip to content

Commit ec540a5

Browse files
apetrynetreinecke
authored andcommitted
Remove svg adapter (#1502)
* removed svg adapter and related test files * updated auto documentation Signed-off-by: apetrynet <[email protected]>
1 parent 78a496e commit ec540a5

File tree

7 files changed

+0
-2197
lines changed

7 files changed

+0
-2197
lines changed

docs/tutorials/otio-plugins.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -190,28 +190,6 @@ read on unix and windows platforms.
190190

191191

192192

193-
### svg
194-
195-
```
196-
OTIO to SVG Adapter
197-
Points in calculations are y-up.
198-
Points in SVG are y-down.
199-
```
200-
201-
*source*: `opentimelineio/adapters/svg.py`
202-
203-
204-
*Supported Features (with arguments)*:
205-
206-
- write_to_string:
207-
- input_otio
208-
- width
209-
- height
210-
211-
212-
213-
214-
215193
## Media Linkers
216194

217195
Media Linkers run after the adapter has read in the file and convert the media

src/py-opentimelineio/opentimelineio/adapters/builtin_adapters.plugin_manifest.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
"name" : "otiod",
1919
"filepath" : "otiod.py",
2020
"suffixes" : ["otiod"]
21-
},
22-
{
23-
"OTIO_SCHEMA" : "Adapter.1",
24-
"name" : "svg",
25-
"filepath" : "svg.py",
26-
"suffixes" : ["svg"]
2721
}
2822
],
2923
"hooks": {

0 commit comments

Comments
 (0)