Skip to content

Commit

Permalink
Merge pull request #366 from makimenko/three-1.127.0
Browse files Browse the repository at this point in the history
- Fix svg depthBuffer
  • Loading branch information
makimenko authored Apr 12, 2021
2 parents 8a4ca7a + dc7f63e commit 752508f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/atft/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atft",
"version": "1.4.19",
"version": "1.4.20",
"description": "Ready-to-use Angular components for Three.js, see https://makimenko.github.io/angular-template-for-threejs/.",
"keywords": [
"threejs",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class SVGLoaderComponent extends AbstractModelLoader {
material = 'basic';

@Input()
depthWrite = true;
depthWrite = false;

@Input()
maxX: number;
Expand Down

0 comments on commit 752508f

Please sign in to comment.