Skip to content

Commit

Permalink
Docs: Improve ShapePath page. (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Jul 28, 2023
1 parent d979203 commit c79c15c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions types/three/src/extras/core/ShapePath.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ import { Path } from './Path.js';

/**
* This class is used to convert a series of shapes to an array of {@link THREE.Path | Path's},
* for example an SVG shape to a path (see the example below).
* @see Example: {@link https://threejs.org/examples/#webgl_geometry_extrude_shapes2 | geometry / extrude / shapes2}
* @see {@link https://threejs.org/docs/index.html#api/en/extras/core/ShapePath | Official Documentation}
* for example an SVG shape to a path.
* @see {@link https://threejs.org/docs/index.html#api/en/extras/core/ShapePath | Official Documentation}
* @see {@link https://github.com/mrdoob/three.js/blob/master/src/extras/core/ShapePath.js | Source}
*/
export class ShapePath {
Expand Down

0 comments on commit c79c15c

Please sign in to comment.