# Adding a svg image to a box side

**URL:** https://discourse.processing.org/t/adding-a-svg-image-to-a-box-side/25321
**Category:** Coding Questions
**Created:** [November 10, 2020, 1:34pm UTC](https://discourse.processing.org/t/adding-a-svg-image-to-a-box-side/25321 "2020-11-10T13:34:48Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![josephh](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/josephh/32/210_2.png) [@josephh](https://discourse.processing.org/u/josephh)
#### Post date: [November 10, 2020, 7:39pm UTC](https://discourse.processing.org/t/adding-a-svg-image-to-a-box-side/25321/3 "2020-11-10T19:39:40Z")

</div>

Hi,

You might want to see this previous thread, it’s a known issue :

> [@Can't use P3D, can't follow an example, on Linux](https://discourse.processing.org/t/cant-use-p3d-cant-follow-an-example-on-linux/24874):
>
> I am new to Processing, I have a goal in mind and I have found some tutorials on youtube that I think I can use to reach my goal. Here’s the code I’d like to tweak: int amount = 300; int[] x = new int[amount]; int[] y = new int[amount]; int[] z = new int[amount]; void setup() { size(500,400,P3D); background(0); noFill(); stroke(255); strokeWeight(2); for(int i = 0; i\<amount; i++) { x[i] = int(random(-150, 150)); y[i] = int(random(-150, 150)); z[i] = int(random(-150, 15…

---

_[View the full topic](https://discourse.processing.org/t/adding-a-svg-image-to-a-box-side/25321)._
